UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

10 lines (9 loc) 198 B
export interface InputTagProps { size: Meleon.MlSize; tagType: Meleon.MlStatus; } export interface TagData { value: string | number; label: string; closable: boolean; }