UNPKG

nutui-uniapp

Version:

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

10 lines (8 loc) 163 B
export interface ElevatorData { name?: string id?: number | string [key: string]: any } export interface ElevatorInst { scrollTo: (val: number) => void }