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

    Type Alias UseEventHookOff<T>

    UseEventHookOff: (callback: UseEventHookCallback<T>) => void

    Represents a function that removes a callback from an event hook.

    Type Parameters

    • T = unknown

      The type of the parameter that the callback will receive.

    Type Declaration