import { IEditorState } from "./type";
export const initState: IEditorState = {
status: null,
overlayType: null,
map: {
polygons: [],
polylines: [],
circles: [],
rectangles: [],
},
};