blowfish/node_modules/@headlessui/react/dist/hooks/use-document-event.d.ts

2 lines
192 B
TypeScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
export declare function useDocumentEvent<TType extends keyof DocumentEventMap>(type: TType, listener: (ev: DocumentEventMap[TType]) => any, options?: boolean | AddEventListenerOptions): void;