mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
react-native-material-kit: Fix Switch prop types (#35682)
This commit is contained in:
parent
6f81fc2a69
commit
a716c30399
2
types/react-native-material-kit/index.d.ts
vendored
2
types/react-native-material-kit/index.d.ts
vendored
@ -281,7 +281,7 @@ export interface MKSwitchProperties extends TouchableWithoutFeedbackProps {
|
||||
thumbAniDuration?: number;
|
||||
rippleColor?: string;
|
||||
rippleAniDuration?: number;
|
||||
onCheckedChange?(checked: boolean): void;
|
||||
onCheckedChange?(opts: { checked: boolean }): void;
|
||||
}
|
||||
|
||||
export interface MKIconToggleProperties extends MKRippleProperties, TouchableWithoutFeedbackProps {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user