UNPKG

color-theme-generator

Version:

Generates random color themes that are based in color theory.

7 lines (6 loc) 141 B
export declare class MaxMinObject { #private; constructor(max: number, min: number); get max(): number; get min(): number; }