UNPKG

react-svgmt

Version:

Convenient SVG loading and manipulation from react

5 lines (3 loc) 101 B
import React from 'react'; const SVGContext = React.createContext(null); export default SVGContext;