Skip to content

Commit a068029

Browse files
authored
Add vertical to type definitions (ptomasroos#176)
1 parent 60a4fa5 commit a068029

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ export interface MultiSliderProps {
7474
minMarkerOverlapDistance?: number;
7575
imageBackgroundSource?: string;
7676
enableLabel?: boolean;
77+
vertical?: boolean;
7778
}
7879

7980
export default class MultiSlider extends React.Component<MultiSliderProps> {}

0 commit comments

Comments
 (0)