import { FC } from "react"; import { Panel, PanelGroup, PanelResizeHandle } from "react-resizable-panels"; import { MDMaster } from "../parts/MDMaster"; import { MDDetail } from "../parts/MDDetail"; import { MDLocal, MDRef } from "../utils/typings"; export const ModeHSplit: FC<{ md: MDLocal; mdr: MDRef }> = ({ md, mdr }) => { return (