UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

3 lines (2 loc) 169 B
export declare const getAlphaColor: (baseColor: string, alpha: number) => string; export declare const getSolidColor: (baseColor: string, brightness: number) => string;