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

5 lines
192 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { GenerateStyle } from '../../theme/internal';
import type { SelectToken } from './token';
declare const genSingleStyle: GenerateStyle<SelectToken>;
export default genSingleStyle;