UNPKG

@thangk/easythemer

Version:

Easily generate shades from a colour palette for use in your app

6 lines (5 loc) 288 B
import type { ShadeFactorsSet, ShadeOption } from "./types"; export declare function generateShades(inputOption: ShadeOption, inputShadeFactorsSet?: ShadeFactorsSet): { [key: string]: string; }; export declare function mergeObjects<T>(object1: any, object2: any): T | undefined;