UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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