UNPKG

@useloops/design-system

Version:

The official React based Loops design system

8 lines (5 loc) 160 B
import { SwitchProps } from '@mui/material'; interface StyledSwitchProps extends SwitchProps { sizing?: 'sm' | 'lg'; } export type { StyledSwitchProps };