@yesstudio/nuxt-composables
    Preparing search index...

    Type Alias UseEventHookCallback<T>

    UseEventHookCallback: IfUnknown<T, () => void, (parameter: T) => void>

    Represents a callback for an event hook.

    Type Parameters

    • T = unknown

      The type of the parameter that the callback will receive.