UNPKG

react-easy-diagram

Version:

<img src="https://github.com/tokarchyn/react-easy-diagram/blob/main/repo/logo-with-name.png?raw=true" alt="React Easy Diagram logo" height="50">

5 lines 298 B
import { IDiagramContextProps } from "./DiagramContext"; import { IDiagramInnerProps } from "./DiagramInner"; export declare type IDiagramProps = IDiagramInnerProps & IDiagramContextProps; export declare function Diagram(props: IDiagramProps): JSX.Element; //# sourceMappingURL=Diagram.d.ts.map