File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -90,6 +90,7 @@ type Props = {
9090 onPanelChange ?: ( name : string , isInitialState : boolean ) => void ,
9191 onVersionChange ?: Function ,
9292 onVersionHistoryClick ?: Function ,
93+ renderToggleButton ?: ( ) => React . ReactNode ,
9394 requestInterceptor ?: Function ,
9495 responseInterceptor ?: Function ,
9596 sharedLink ?: string ,
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ type Props = {
7070 onPanelChange ?: ( name : string , isInitialState : boolean ) => void ,
7171 onVersionChange ?: Function ,
7272 onVersionHistoryClick ?: Function ,
73+ renderToggleButton ?: ( ) => React . ReactNode ,
7374 signSidebarProps : SignSidebarProps ,
7475 theme ?: Theme ,
7576 versionsSidebarProps : VersionsSidebarProps ,
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ type Props = {
5858 onPanelChange ?: ( name : string , isInitialState : boolean ) => void ,
5959 routerDisabled ?: boolean ,
6060 signSidebarProps : SignSidebarProps ,
61- renderToggleButton : ( ) => React . ReactNode ,
61+ renderToggleButton ? : ( ) => React . ReactNode ,
6262} ;
6363
6464const SidebarNav = ( {
You can’t perform that action at this time.
0 commit comments