UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

9 lines (8 loc) 347 B
import type { CSSObject } from '@ant-design/cssinjs'; import type { ColorPickerToken } from './index'; /** * @private Internal usage only */ export declare const getTransBg: (size: string, colorFill: string) => CSSObject; declare const genColorBlockStyle: (token: ColorPickerToken, size: number) => CSSObject; export default genColorBlockStyle;