UNPKG

tailwindcss-palette-generator

Version:
4 lines (3 loc) 201 B
export declare const darkenColor: (color: string, amount: number) => string; export declare const getHexColor: (color: string) => string; export declare const isValidColor: (color: string) => boolean;