Skip to content

Commit

Permalink
chore: Add allowSameValues to TypeScript definition
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchin committed Jan 6, 2018
1 parent 0e22797 commit abb3e47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions react-input-range.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface InputRangeClassNames {
}

export interface InputRangeProps {
allowSameValues?: boolean;
ariaLabelledby?: string;
ariaControls?: string;
classNames?: InputRangeClassNames;
Expand Down

0 comments on commit abb3e47

Please sign in to comment.