UNPKG

245 BJavaScriptView Raw
1import React from 'react';
2export var DefaultContext = {
3 color: undefined,
4 size: undefined,
5 className: undefined,
6 style: undefined,
7 attr: undefined
8};
9export var IconContext = React.createContext && React.createContext(DefaultContext);
\No newline at end of file