Page MenuHomec4science

TableContext.js
No OneTemporary

File Metadata

Created
Tue, Feb 4, 17:33

TableContext.js

import * as React from 'react';
/**
* @ignore - internal component.
*/
var TableContext = /*#__PURE__*/React.createContext();
if (process.env.NODE_ENV !== 'production') {
TableContext.displayName = 'TableContext';
}
export default TableContext;

Event Timeline