JewelryMall/admin/node_modules/element-plus/lib/hooks/use-escape-keydown/index.d.ts
2026-02-14 19:29:15 +08:00

2 lines
86 B
TypeScript

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