Skip to content

Commit 7e4f585

Browse files
authored
chore(switch): typings
1 parent 91c42bc commit 7e4f585

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/switch/index-common.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { CSSType, Color, CssProperty, Switch as NSSwitch, Property, Style, boole
55
export abstract class SwitchBase extends NSSwitch {
66
// @cssProperty progressColor: Color;
77
// @cssProperty progressBackgroundColor: Color;
8+
onBackgroundColor: Color;
89
// public indeterminate: boolean;
910
// public busy: boolean;
1011
// public startAnimating() {

0 commit comments

Comments
 (0)