Files
accounting/client/node_modules/element-plus/lib/hooks/use-escape-keydown/index.d.ts

4 lines
181 B
TypeScript
Raw Normal View History

2026-03-26 01:23:19 +08:00
//#region ../../packages/hooks/use-escape-keydown/index.d.ts
declare const useEscapeKeydown: (handler: (e: KeyboardEvent) => void) => void;
//#endregion
export { useEscapeKeydown };