UNPKG

legion-vue-core

Version:

17 lines (15 loc) 298 B
import { SIZE } from '../../utilities/constant'; export interface SwitchProps { /** * Sets the id of the component */ id?: string; /** * Sets the label of the component */ label?: string; /** * Sets the size of the component */ size?: SIZE; }