UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

11 lines (10 loc) 319 B
import { InjectionKey } from 'vue'; import { DropdownOption } from './type'; export declare const injectKey: InjectionKey<{ handleMenuClick: (data: DropdownOption, context: { e: MouseEvent; }) => void; maxHeight: number; maxColumnWidth: number | string; minColumnWidth: number | string; }>;