mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 10:15:43 +03:00
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…
Reference in a new issue