UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

7 lines (6 loc) 268 B
import { useTheme } from '@mui/material'; import { default as ThemeProvider } from './@core/theme/theme-provider'; export { ThemeProvider, useTheme }; export * from './mui'; export * from './shared'; export * as v15AppRouter from '@mui/material-nextjs/v15-appRouter';