UNPKG

fui-fancyui

Version:
9 lines (8 loc) 299 B
import { TSwitchWithNativeAttrs } from '../../molecules/Switch'; export type TFancySwitch = { label?: string; description?: string; align?: 'left' | 'right' | 'center'; alignSwitch?: 'left' | 'right'; } & TSwitchWithNativeAttrs; export type TFancySwitchWithHTMLAttrs = TFancySwitch;