UNPKG

nutui-uniapp

Version:

京东风格的轻量级移动端 Uniapp、Vue3 组件库(支持小程序开发)

8 lines (7 loc) 217 B
export interface TabbarContext { modelValue: number | string activeColor: string | undefined unactiveColor: string | undefined children: any[] changeIndex: (index: number, active: number | string) => void }