UNPKG

@mui/private-theming

Version:

Private - The React theme context to be shared between `@mui/styles` and `@mui/material`.

3 lines 108 B
import * as React from 'react'; declare const ThemeContext: React.Context<any>; export default ThemeContext;