UNPKG

@ucam/design-system

Version:
5 lines (4 loc) 166 B
import { Theme as MuiTheme } from '@material-ui/core'; export declare type Theme = MuiTheme; export declare const light: Theme; export declare const dark: Theme;