UNPKG

@mui/material

Version:

Material UI is an open-source React component library that implements Google's Material Design. It's comprehensive and can be used in production out of the box.

6 lines 221 B
import * as React from 'react'; interface Tablelvl2ContextProps { variant: 'head' | 'body' | 'footer'; } declare const Tablelvl2Context: React.Context<Tablelvl2ContextProps | undefined>; export default Tablelvl2Context;