UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

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