UNPKG

wecui

Version:

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

10 lines (7 loc) 290 B
import Vue from 'vue' export declare class WECUIComponent extends Vue { /** Install component into Vue */ static install(vue: typeof Vue): void } export type WECUIComponentSize = 'large' | 'medium' | 'small' | 'mini' export type WECUIHorizontalAlignment = 'left' | 'center' | 'right'