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.

4 lines (3 loc) 266 B
export type Color = 'primary' | 'secondary' | 'info' | 'success' | 'warning' | 'error' | 'rose' | 'default' | 'white' | 'dark' | 'transparent'; export type Gradient = Exclude<Color, 'transparent' | 'white'>; export type Size = 'tiny' | 'small' | 'medium' | 'large';