UNPKG

northants-design-system

Version:

Design system for West & North Northamptonshire Councils, two unitary councils encompassing Wellingborough, Corby, Daventry, East Northants, Kettering, Northampton, Northamptonshire County and South Northants.

8 lines (7 loc) 218 B
import React from 'react'; import { MapProps } from './Map.types'; /** * An interactive Google Map which can accept MapMarkers as children */ declare const Map: React.FunctionComponent<MapProps>; export default Map;