Fix MainSplit IProps
This commit is contained in:
parent
fd24511d42
commit
febd3df5ac
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ import { Direction } from "re-resizable/lib/resizer";
|
|||
interface IProps {
|
||||
resizeNotifier: ResizeNotifier;
|
||||
collapsedRhs?: boolean;
|
||||
panel: JSX.Element;
|
||||
panel?: JSX.Element;
|
||||
}
|
||||
|
||||
@replaceableComponent("structures.MainSplit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue