UNPKG

ivue-material-plus

Version:

A high quality UI components Library with Vue.js

4 lines (3 loc) 170 B
import type { Ref } from 'vue'; import type TreeStore from '../store/tree-store'; export declare const useKeydown: (el: Ref<HTMLElement>, store: Ref<TreeStore>) => void;