UNPKG

@gits-id/multi-select

Version:

Vue Multi Select Component

6 lines (5 loc) 100 B
export declare type VMultiSelectItem = { text: string; value: any; [x: string]: any; };