We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91c42bc commit 7e4f585Copy full SHA for 7e4f585
src/switch/index-common.ts
@@ -5,6 +5,7 @@ import { CSSType, Color, CssProperty, Switch as NSSwitch, Property, Style, boole
5
export abstract class SwitchBase extends NSSwitch {
6
// @cssProperty progressColor: Color;
7
// @cssProperty progressBackgroundColor: Color;
8
+ onBackgroundColor: Color;
9
// public indeterminate: boolean;
10
// public busy: boolean;
11
// public startAnimating() {
0 commit comments