UNPKG

ethiopia-svg-map

Version:

A customizable React component for interactive SVG maps of Ethiopian regions with TypeScript support

11 lines (10 loc) 210 B
interface RegionData { id: string; name: string; points?: string; path?: string; region: string; } declare const demoData: RegionData[]; export default demoData; export type { RegionData };