nudge-components-library
Version:
A library of nudge UI components
14 lines (11 loc) • 327 B
JavaScript
import React from 'react';
var DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
attr: undefined
};
var IconContext = React.createContext && /*#__PURE__*/React.createContext(DefaultContext);
export { DefaultContext, IconContext };
//# sourceMappingURL=iconContext.js.map