@lunit/oui
Version:
Lunit Oncology UI components
17 lines (16 loc) • 677 B
TypeScript
import '@mui/x-data-grid/themeAugmentation';
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;