UNPKG

@amsterdam/bmi-component-library

Version:

A React component library based on ASC and Material-UI aimed at repurposing and sharing components across BMI projects

7 lines 282 B
/** * This is where we define the color palette for Material UI components * We map the colors defined in @amsterdam/asc-ui as much as we can */ declare const muiTheme: import("@mui/material/styles").Theme; export default muiTheme; //# sourceMappingURL=material-ui-theme.d.ts.map