From abb3e47e96de723c469ed920617ca2ea7c28e242 Mon Sep 17 00:00:00 2001 From: davidchin Date: Sat, 6 Jan 2018 12:31:00 +1100 Subject: [PATCH] chore: Add `allowSameValues` to TypeScript definition --- react-input-range.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/react-input-range.d.ts b/react-input-range.d.ts index b7aab22..b2b13e5 100644 --- a/react-input-range.d.ts +++ b/react-input-range.d.ts @@ -19,6 +19,7 @@ export interface InputRangeClassNames { } export interface InputRangeProps { + allowSameValues?: boolean; ariaLabelledby?: string; ariaControls?: string; classNames?: InputRangeClassNames;