GasWell-front/node_modules/element-plus/lib/hooks/use-escape-keydown/index.d.ts

2 lines
86 B
TypeScript
Raw Normal View History

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