UNPKG

425 BTypeScriptView Raw
1import type { DerivativeFunc } from '@ant-design/cssinjs';
2import type { SeedToken } from 'antd/lib/theme';
3import type { MapToken } from 'antd/lib/theme/interface';
4export declare const getAlphaColor: (baseColor: string, alpha: number) => string;
5export declare const getSolidColor: (baseColor: string, brightness: number) => string;
6declare const derivative: DerivativeFunc<SeedToken, MapToken>;
7export default derivative;