mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Add inline style options to react-split-pane
This commit is contained in:
8
types/react-split-pane/index.d.ts
vendored
8
types/react-split-pane/index.d.ts
vendored
@@ -31,6 +31,14 @@ declare namespace ReactSplitPane {
|
||||
*/
|
||||
size?: number | string;
|
||||
split?: string;
|
||||
/* Styling to be applied to both panes */
|
||||
paneStyle?: React.CSSProperties;
|
||||
/* Styling to be applied to the first pane, with precedence over paneStyle */
|
||||
pane1Style?: React.CSSProperties;
|
||||
/* Styling to be applied to the second pane, with precedence over paneStyle */
|
||||
pane2Style?: React.CSSProperties;
|
||||
/* Styling to be applied to the resizer bar */
|
||||
resizerStyle?: React.CSSProperties;
|
||||
}
|
||||
|
||||
interface ReactSplitPaneClass extends React.ComponentClass<ReactSplitPaneProps> { }
|
||||
|
||||
Reference in New Issue
Block a user