fannypack-v5
Version:
An accessible, composable, and friendly React UI Kit
17 lines (16 loc) • 560 B
TypeScript
export declare function darken(scale: any, color: any): ({ theme }?: {
theme?: any;
}) => any;
export declare function lighten(scale: any, color: any): ({ theme }?: {
theme?: any;
}) => any;
export declare function shade(scale: any, color: any): ({ theme }?: {
theme?: any;
}) => any;
export declare function tint(scale: any, color: any): ({ theme }?: {
theme?: any;
}) => any;
export declare function readableColor(color: any): ({ theme }?: {
theme?: any;
}) => "#ffffff" | "#000000";
export declare function isColor(color: any): boolean;