UNPKG

ethiopia-svg-map

Version:

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

5 lines (4 loc) 226 B
export { default as EthiopiaSvgMap } from './MapComponent'; export type { MapComponentProps, MapRegion } from './MapComponent'; export { default as demoData } from './demo-data'; export type { RegionData } from './demo-data';