mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
Fix MainSplit IProps
This commit is contained in:
parent
fd24511d42
commit
febd3df5ac
@ -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…
x
Reference in New Issue
Block a user