📚 What are you trying to do?
Hello everyone, my apologies for the interruption.
How can one determine the type of the NuxtTurnstile component in practical development?
import { NuxtTurnstile } from '#components'
// const turnstile = ref<InstanceType<typeof NuxtTurnstile> | null>()
const turnstile = useTemplateRef<typeof NuxtTurnstile>(null)



🔍 What have you tried?
No response
ℹ️ Additional context
No response
📚 What are you trying to do?
Hello everyone, my apologies for the interruption.
How can one determine the type of the
NuxtTurnstilecomponent in practical development?import { NuxtTurnstile } from '#components' // const turnstile = ref<InstanceType<typeof NuxtTurnstile> | null>() const turnstile = useTemplateRef<typeof NuxtTurnstile>(null)🔍 What have you tried?
No response
ℹ️ Additional context
No response