UNPKG

naive-ui

Version:

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

4 lines (3 loc) 158 B
import type { SharedSpinProps } from '../../_internal'; export type SwitchSize = 'small' | 'medium' | 'large'; export type SwitchSpinProps = SharedSpinProps;