UNPKG

wecui

Version:

一款基于Vue2.x版本的移动端web组件

15 lines (10 loc) 231 B
import { WECUIComponent } from './component' export declare class WECRange extends WECUIComponent { label: string step?: number sliderType?: string min?: number max?: number showLable: boolean disabled: boolean }