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