UNPKG

@totalsoft/rocket-ui

Version:

A set of reusable and composable React components built on top of Material UI core for developing fast and friendly web applications interfaces.

5 lines (4 loc) 247 B
import { PaletteOptions } from '@mui/material'; export declare const createGradient: (colorsArray: (string | undefined)[]) => string; declare const generatePalette: (themePalette: PaletteOptions) => PaletteOptions; export default generatePalette;