UNPKG

wecui

Version:

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

17 lines (9 loc) 215 B
import { WECUIComponent } from './component' export declare class WECCell extends WECUIComponent { label: string value?: string comment?: string icon?: string link?: string to?: string | object }