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.

11 lines (10 loc) 297 B
export declare const basicColors: string[]; export declare const getColorStyles: (color: string) => { color?: undefined; variant?: undefined; } | { color: string; variant: string; }; export declare const classes: any; export declare const createButton: (loading?: boolean) => any;