minishouyin/node_modules/antd/es/select/style/variants.d.ts

5 lines
198 B
TypeScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
import type { CSSObject } from '@ant-design/cssinjs';
import type { SelectToken } from './token';
declare const genVariantsStyle: (token: SelectToken) => CSSObject;
export default genVariantsStyle;