UNPKG

346 BTypeScriptView Raw
1export type SwitchThemeVars = {
2 switchSize?: string;
3 switchWidth?: string;
4 switchHeight?: string;
5 switchNodeSize?: string;
6 switchNodeBackground?: string;
7 switchNodeShadow?: string;
8 switchBackground?: string;
9 switchOnBackground?: string;
10 switchDuration?: string;
11 switchDisabledOpacity?: number | string;
12};