india-map-svg
Version:
Interactive **SVG maps of India and its states** with zoom, pan, hover tooltips, and click events. Built with **React + TypeScript**.
18 lines • 386 B
TypeScript
export declare const GujaratData: {
id: string;
name: string;
paths: ({
id: string;
name: string;
d: string;
transform?: undefined;
className?: undefined;
} | {
id: string;
name: string;
transform: string;
className: string;
d: string;
})[];
};
//# sourceMappingURL=GujaratData.d.ts.map