UNPKG

wecui

Version:

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

10 lines (6 loc) 209 B
import { WECUIComponent } from './component' export type DateType = 'date' | 'datetime' | 'time' | 'month' export declare class WECDatetimePicker extends WECUIComponent { type: DateType title: string }