UNPKG

@randy.tarampi/jsx

Version:

Some common JSX components for www.randytarampi.ca

5 lines 171 B
import { GoogleMapComponent } from "./google"; export * from "./util"; export * from "./google"; export var MapComponent = GoogleMapComponent; export default MapComponent;