SourceTermAnalysisSystem_vue/node_modules/element-plus/es/hooks/use-escape-keydown/index.d.ts
2026-05-15 10:22:44 +08:00

2 lines
86 B
TypeScript

export declare const useEscapeKeydown: (handler: (e: KeyboardEvent) => void) => void;