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">

10 lines 346 B
import { Dictionary } from "../../index"; import { Point } from "../point"; interface DummyHTMLElementOptions { size: Point; position: Point; attributes?: Dictionary<string>; } export declare function createDummyHTMLElement(options: DummyHTMLElementOptions): HTMLDivElement; export {}; //# sourceMappingURL=testUtils.d.ts.map