UNPKG

@vue-material/core

Version:

Yet another 'Material Design Components' library for Vue3.

3 lines (2 loc) 210 B
export declare function useKeyEvent(key: string | string[], handler: (event: KeyboardEvent) => void): void; export declare function useKeyEvents(handlers: Record<string, (event: KeyboardEvent) => void>): void;