@wandelbots/wandelbots-js-react-components
Version:
React UI toolkit for building applications on top of the Wandelbots platform
7 lines • 303 B
TypeScript
import { type Theme, type ThemeOptions } from "@mui/material/styles";
/**
* Create the default Wandelbots Nova Material UI theme, overriding
* any defaults with the provided theme options.
*/
export declare function createNovaMuiTheme(opts: ThemeOptions): Theme;
//# sourceMappingURL=theming.d.ts.map