Skip to content

Commit

Permalink
Fix Slider typings, close ant-design#7532
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Sep 9, 2017
1 parent 37c8c4e commit b216a44
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/slider/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export interface SliderProps {
onChange?: (value: SliderValue) => void;
onAfterChange?: (value: SliderValue) => void;
tipFormatter?: void | ((value: number) => React.ReactNode);
className?: string;
id?: string;
}

export default class Slider extends React.Component<SliderProps, any> {
Expand Down

0 comments on commit b216a44

Please sign in to comment.