Fix MainSplit IProps

pull/21833/head
Michael Telatynski 2021-09-16 11:22:55 +01:00
parent fd24511d42
commit febd3df5ac
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import { Direction } from "re-resizable/lib/resizer";
interface IProps { interface IProps {
resizeNotifier: ResizeNotifier; resizeNotifier: ResizeNotifier;
collapsedRhs?: boolean; collapsedRhs?: boolean;
panel: JSX.Element; panel?: JSX.Element;
} }
@replaceableComponent("structures.MainSplit") @replaceableComponent("structures.MainSplit")