API ReferenceAPI@foscia/coreFunctionsunregisterHookOn this pageFunction: unregisterHook() unregisterHook<D, K>(hookable, key, callback): void Type parameters • D extends HooksDefinition • K extends string | number | symbol Parameters • hookable: Hookable<D> • key: K • callback: D[K] Returns void Source packages/core/src/hooks/unregisterHook.ts:3