UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 236 B
import type TreeStore from './tree-store'; import type { Ref } from 'vue'; interface UseKeydownOption { el$: Ref<HTMLElement>; } export declare function useKeydown({ el$ }: UseKeydownOption, store: Ref<TreeStore>): void; export {};