@wpazderski/js-utils
    Preparing search index...

    Type Alias EntryUnregisteredCallback<TKey>

    EntryUnregisteredCallback: (entryKey: TKey) => void

    Callback called when an entry is unregistered.

    Type Parameters

    • TKey extends RegistryEntryKey

      The type of the entry key, which should extend RegistryEntryKey.

    Type declaration

      • (entryKey: TKey): void
      • Parameters

        Returns void