UNPKG

@teravn/onui

Version:

The React UI component library is based on MUI

14 lines (9 loc) 354 B
// Import customize theme import { useTheme } from '@mui/material' import { default as ThemeProvider } from './@core/theme/theme-provider' export { ThemeProvider, useTheme } // Export original mui components export * from './mui' // Export shared components export * from './shared' export * as v15AppRouter from '@mui/material-nextjs/v15-appRouter'