From cb3d587761e709d6f2314efe4d8cd53fc8953117 Mon Sep 17 00:00:00 2001 From: Robert Fidler Date: Wed, 12 Jul 2017 17:02:46 -0400 Subject: [PATCH] included step prop added in v0.1.64 --- types/react-split-pane/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/react-split-pane/index.d.ts b/types/react-split-pane/index.d.ts index 440c307100..536c1a044d 100644 --- a/types/react-split-pane/index.d.ts +++ b/types/react-split-pane/index.d.ts @@ -1,4 +1,4 @@ -// Type definitions for react-split-pane v0.1.63 +// Type definitions for react-split-pane v0.1.64 // Project: https://github.com/tomkp/react-split-pane // Definitions by: Roger Chen // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped @@ -34,6 +34,7 @@ declare namespace ReactSplitPane { */ size?: number | string; split?: string; + step?: number; /* Styling to be applied to both panes */ paneStyle?: React.CSSProperties; /* Styling to be applied to the first pane, with precedence over paneStyle */