mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-08 09:17:06 +08:00
Merge pull request #17995 from robertf224/patch-1
included step prop added in v0.1.64
This commit is contained in:
3
types/react-split-pane/index.d.ts
vendored
3
types/react-split-pane/index.d.ts
vendored
@@ -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 <https://github.com/rcchen>
|
||||
// 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 */
|
||||
|
||||
Reference in New Issue
Block a user