UNPKG

@lekseek/ui

Version:

Vue 3 components library

9 lines (7 loc) 147 B
import { PropType } from 'vue'; export const sizeProps = { size: { type: String as PropType<'sm' | 'md' | 'lg'>, default: 'md', }, };