@lunit/oui
Version:
Lunit Oncology UI components
16 lines (15 loc) • 632 B
TypeScript
import { LunitPalette, LunitTypographyPropsVariantOverrides, LunitTypographyVariants, LunitTypographyVariantsOptions } from './foundations';
declare module '@mui/material/styles' {
interface Palette extends LunitPalette {
}
interface PaletteOptions extends LunitPalette {
}
interface TypographyVariants extends LunitTypographyVariants {
}
interface TypographyVariantsOptions extends LunitTypographyVariantsOptions {
}
interface TypographyPropsVariantOverrides extends LunitTypographyPropsVariantOverrides {
}
}
declare const theme: import("@mui/material/styles").Theme;
export default theme;