Skip to content

Commit 0b25780

Browse files
authored
fix: Adding note about style prop (#333)
1 parent 622c382 commit 0b25780

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ This callback is invoked with the current drag during a drag event. It is recomm
8383

8484
You can also pass inline styles to the components via props. These are:
8585

86+
* `style` - Styling to be applied to the main container.
8687
* `paneStyle` - Styling to be applied to both panes
8788
* `pane1Style` - Styling to be applied to the first pane, with precedence over `paneStyle`
8889
* `pane2Style` - Styling to be applied to the second pane, with precedence over `paneStyle`

0 commit comments

Comments
 (0)