@reatom/devtools
Version:
Reatom developer tools for states and actions inspecting
9 lines • 305 B
TypeScript
import { GraphModel } from '../Graph/reatomGraph';
import { JSX } from '../jsx';
type GraphContainerProps = {
graph: GraphModel;
svg: JSX.Element;
};
export declare const GraphContainer: ({ graph, svg, }: GraphContainerProps) => JSX.Element;
export {};
//# sourceMappingURL=GraphContainer.d.ts.map