You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-12-07 03:42:20 +03:00
Fix MainSplit IProps
This commit is contained in:
@@ -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")
|
||||||
|
|||||||
Reference in New Issue
Block a user