UNPKG

@leoborel/ngx-ui-switch

Version:
13 lines (12 loc) 326 B
export interface UiSwitchModuleConfig { size?: string; color?: string; switchOffColor?: string; switchColor?: string; defaultBgColor?: string; defaultBoColor?: string; checkedLabel?: string; uncheckedLabel?: string; checkedTextColor?: string; uncheckedTextColor?: string; }