UNPKG

@ant-design/compatible

Version:

Ant Design v3 to v4 compatible package

8 lines (7 loc) 425 B
import type { DerivativeFunc } from '@ant-design/cssinjs'; import type { SeedToken } from 'antd/lib/theme'; import type { MapToken } from 'antd/lib/theme/interface'; export declare const getAlphaColor: (baseColor: string, alpha: number) => string; export declare const getSolidColor: (baseColor: string, brightness: number) => string; declare const derivative: DerivativeFunc<SeedToken, MapToken>; export default derivative;