Skip to content

Commit 6ba42d7

Browse files
authored
Update index.d.ts
1 parent 49938db commit 6ba42d7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ declare module 'react-native-switch-pro' {
88
disabled?: boolean;
99
circleColorActive?: string;
1010
circleColorInactive?: string;
11+
backgroundActive?: string;
12+
backgroundInactive?: string;
1113
onAsyncPress?: (cb: (result: boolean) => void) => void;
1214
onSyncPress?: (value: boolean) => void;
1315
style?: StyleProp<ViewStyle>;

0 commit comments

Comments
 (0)