UNPKG

rc-leaflet

Version:
4 lines (3 loc) 98 B
import { createContext } from 'react'; var Context = createContext(null); export default Context;