UNPKG

@reatom/devtools

Version:

Reatom developer tools for states and actions inspecting

9 lines 331 B
import { Atom } from '@reatom/framework'; import { Lines } from '../Graph/reatomLines'; type GraphSVGProps = { listHeight: Atom<string>; lines: Lines; }; export declare const GraphSVG: ({ listHeight, lines }: GraphSVGProps) => import("@reatom/jsx/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=GraphSVG.d.ts.map