UNPKG

@loadsmart/miranda-wc

Version:

Miranda Web Components component library

6 lines (5 loc) 234 B
import type { SpacingToken } from '@loadsmart/miranda-tokens'; import type { SwitcherProps } from './switcher.types'; export declare const defaultSwitcherProps: Required<Pick<SwitcherProps, 'threshold'>> & { gap: SpacingToken; };