UNPKG

retro-react

Version:

A React component library for building retro-style websites

3 lines (2 loc) 203 B
export declare type ColorGradients = 'rainbow' | 'neon' | 'pastel' | 'grayscale' | 'retro' | 'primary' | 'secondary'; export declare const getColorGradientOptions: (color: ColorGradients) => string[];