interface TagItem { attrs: TagAttrs; isDisabled?: boolean; label: string; value?: string; } interface TagAttrs { icon?: string; 'tag-name': string; }