Files
HRM-System/node_modules/@headlessui/react/dist/hooks/use-escape.d.ts
2026-04-13 08:19:53 +08:00

2 lines
150 B
TypeScript

export declare function useEscape(enabled: boolean, view: (Window & typeof globalThis) | null | undefined, cb: (event: KeyboardEvent) => void): void;