UNPKG

@material-ui/core

Version:

React components that implement Google's Material Design.

7 lines (6 loc) 141 B
import React from 'react'; /** * @ignore - internal component. */ const TableContext = React.createContext(); export default TableContext;