UNPKG

algeria-map-ts

Version:

A react component that displays an interactive map of Algeria including all 58 wilayas with custom colors for each wilayas.

6 lines (5 loc) 144 B
import React from "react"; import "./Map.css"; import { IMapProps } from "./types"; declare const Map: React.FC<IMapProps>; export default Map;