UNPKG

154 BJavaScriptView Raw
1import * as React from 'react';
2const context = /*#__PURE__*/React.createContext(null);
3context.displayName = 'InputGroupContext';
4export default context;
\No newline at end of file