UNPKG

ngx-ui-switch

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