Files

5 lines
198 B
TypeScript
Raw Permalink Normal View History

import type { CSSObject } from '@ant-design/cssinjs';
import type { PickerToken } from './token';
declare const genVariantsStyle: (token: PickerToken) => CSSObject;
export default genVariantsStyle;