@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.
6 lines (5 loc) • 326 B
TypeScript
import { Shadows } from '@mui/material/styles';
import { CustomShadows } from '../types';
import { PaletteOptions } from '@mui/material';
export declare const generateCustomShadows: (palette: PaletteOptions) => CustomShadows | undefined;
export declare const generateShadows: (palette: PaletteOptions) => Shadows | undefined;