UNPKG

mdc-react

Version:

Material Components for the web implemented in React

9 lines (7 loc) 187 B
import LayoutGrid from './LayoutGrid'; import LayoutGridCell from './LayoutGridCell'; LayoutGrid.Cell = LayoutGridCell; export { LayoutGrid as default, LayoutGridCell };