Files
accounting/client/node_modules/element-plus/es/hooks/use-escape-keydown/index.d.ts
2026-03-26 01:23:19 +08:00

4 lines
181 B
TypeScript
Executable File

//#region ../../packages/hooks/use-escape-keydown/index.d.ts
declare const useEscapeKeydown: (handler: (e: KeyboardEvent) => void) => void;
//#endregion
export { useEscapeKeydown };