Page MenuHomec4science

iconContext.js
No OneTemporary

File Metadata

Created
Fri, Mar 14, 21:34

iconContext.js

import React from "react";
export var DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
attr: undefined
};
export var IconContext = React.createContext && React.createContext(DefaultContext);

Event Timeline