mirror of https://github.com/vector-im/riot-web
Fix MainSplit IProps
parent
fd24511d42
commit
febd3df5ac
|
@ -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")
|
||||||
|
|
Loading…
Reference in New Issue