UNPKG

nutui-uniapp

Version:

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

10 lines (9 loc) 221 B
export interface provideData { children: any[] size: string modelValue: string | number unactiveColor: string activeColor: string dot: boolean changeIndex: (index: number, active: number | string) => void }