mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
Update index.d.ts
Fix typo
This commit is contained in:
committed by
GitHub
parent
29586ecded
commit
18f8612b62
4
types/react-native-multi-slider/index.d.ts
vendored
4
types/react-native-multi-slider/index.d.ts
vendored
@@ -14,7 +14,7 @@ export interface MarkerProps {
|
||||
value?: number;
|
||||
}
|
||||
|
||||
export interface MutliSliderProps {
|
||||
export interface MultiSliderProps {
|
||||
/**
|
||||
* An array containing one or two values (determines one or two markers respectively) that are the initial marker values.
|
||||
* Note these must be possible values from your set up.
|
||||
@@ -142,4 +142,4 @@ export interface MutliSliderProps {
|
||||
pressedMarkerStyle?: ViewStyle;
|
||||
}
|
||||
|
||||
export default class MultiSlider extends React.Component<MutliSliderProps> {}
|
||||
export default class MultiSlider extends React.Component<MultiSliderProps> {}
|
||||
|
||||
Reference in New Issue
Block a user