export interface VsSwitchTruthyStyleSet { backgroundColor?: string; border?: string; fontColor?: string; handleColor?: string; } export interface VsSwitchStyleSet { borderRadius?: string; false: VsSwitchTruthyStyleSet; fontSize?: string; handleSize?: string; height?: string; true?: VsSwitchTruthyStyleSet; width?: string; }