UNPKG

@fleet-frontend/mower-maps

Version:

a mower maps in google maps

13 lines 408 B
export declare const SvgEditContext: import("react").Context<{ svgElementDatas: {}; svgRef: SVGSVGElement | null; }>; export declare const SvgEditContextProvider: import("react").Provider<{ svgElementDatas: {}; svgRef: SVGSVGElement | null; }>; export declare const useSvgEditContext: () => { svgElementDatas: {}; svgRef: SVGSVGElement | null; }; //# sourceMappingURL=svgEdit.d.ts.map