UNPKG

wecui

Version:

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

14 lines (10 loc) 246 B
import { WECUIComponent } from './component' export interface ActionItem { text: string action: Function } export declare class WECActionsheet extends WECUIComponent { actions: ActionItem[] cancelText: string onModalClose: boolean }