@fleet-frontend/mower-maps
Version:
a mower maps in google maps
22 lines • 714 B
TypeScript
export declare const SvgEditContext: import("react").Context<{
svgElementDatas: {};
svgViewElementDatas: {};
svgRef: SVGSVGElement | null;
currentMowingPartitionId: string;
processStateIsMowing: boolean;
}>;
export declare const SvgEditContextProvider: import("react").Provider<{
svgElementDatas: {};
svgViewElementDatas: {};
svgRef: SVGSVGElement | null;
currentMowingPartitionId: string;
processStateIsMowing: boolean;
}>;
export declare const useSvgEditContext: () => {
svgElementDatas: {};
svgViewElementDatas: {};
svgRef: SVGSVGElement | null;
currentMowingPartitionId: string;
processStateIsMowing: boolean;
};
//# sourceMappingURL=svgEdit.d.ts.map