UNPKG

@arco-design/web-vue

Version:

Arco Design Vue 2.0: A Vue.js 3 UI Library

3 lines (2 loc) 162 B
export declare const BUTTON_TYPES: readonly ["primary", "secondary", "outline", "dashed", "text"]; export declare type ButtonTypes = typeof BUTTON_TYPES[number];