campus-errand/admin/node_modules/element-plus/lib/hooks/use-escape-keydown/index.d.ts
2026-03-01 05:01:47 +08:00

2 lines
86 B
TypeScript

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