UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

13 lines (12 loc) 323 B
import { TdTreeSelectProps } from './type'; export declare type TreeSelectProps = TdTreeSelectProps; export * from './type'; export interface IRemoveOptions<DataOption> { value: string | number; data: DataOption; e: MouseEvent; } export interface INodeOptions { label: string; value: string | number; }