UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

9 lines (8 loc) 172 B
export interface TabbarOptionType { icon: string; selectIcon: string; label: string; key: string; path: string; type?: 'main' | 'normal'; }