UNPKG

cube-ui

Version:

A fantastic mobile ui lib implement by Vue

14 lines (12 loc) 283 B
import { CubeUIComponent } from '../component' interface IActions { type?: 'button' | 'checkbox' text?: string checked?: boolean action?: string icon?: string } export declare class CubeToolbar extends CubeUIComponent { actions?: IActions[] moreActions?: IActions[] }