UNPKG

vva-cli

Version:

A CLI of Vue 3 and Typescript and Element-plus in Vite

27 lines (26 loc) 505 B
export declare type ComponentSize = "small" | "large" | "default"; export declare type BtnType = | "default" | "text" | "warning" | "primary" | "danger" | "success" | "info"; export declare type Placement = | "top" | "top-start" | "top-end" | "bottom" | "bottom-start" | "bottom-end" | "left" | "left-start" | "left-end" | "right" | "right-start" | "right-end"; export declare interface Option { value: string | number; label: string; }