2 lines
101 B
TypeScript
2 lines
101 B
TypeScript
export declare const useEscapeKeydown: (handler?: ((e: KeyboardEvent) => void) | undefined) => void;
|