UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

5 lines (4 loc) 271 B
import type { SharedSpinProps } from '../../_internal'; export type ButtonSize = 'tiny' | 'small' | 'medium' | 'large'; export type ButtonSpinProps = SharedSpinProps; export type ButtonType = 'default' | 'tertiary' | 'primary' | 'info' | 'success' | 'warning' | 'error';