UNPKG

@cmk/fe_utils

Version:
9 lines (7 loc) 241 B
import { Palette, Theme } from '@mui/material'; export declare const createMuiTheme: (theme: { name: string; id: string; palette: Pick<Palette, "primary" | "secondary" | "mode">; typography?: Theme["typography"]; }) => any;