UNPKG

@cgi-learning-hub/theme

Version:

@cgi-learning-hub/theme is a theme compatible with tailwind and mui

4 lines (3 loc) 204 B
import { Theme as MuiTheme } from '@mui/material/styles'; import { CreateThemeOptions, Theme } from '../types'; export declare const getMuiTheme: (theme: Theme, options?: CreateThemeOptions) => MuiTheme;