UNPKG

wecui

Version:

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

16 lines (9 loc) 272 B
import { WECUIComponent } from './component' export type FieldSateType = 'success' | 'error' | 'loading' | 'warning' export declare class WECField extends WECUIComponent { label: string rows: number placeholder?: string type: string state: FieldSateType }