ohctechv3/.svn/pristine/67/67c3a4f197ccb7ccb29518ace1c15f2bb3b7052e.svn-base

9 lines
258 B
Plaintext
Raw Permalink Normal View History

2024-10-28 15:03:36 +05:30
import React from "react";
export var DefaultContext = {
color: undefined,
size: undefined,
className: undefined,
style: undefined,
attr: undefined
};
export var IconContext = React.createContext && /*#__PURE__*/React.createContext(DefaultContext);