unis_crm/frontend1/node_modules/antd/lib/select/style/dropdown.d.ts

5 lines
192 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import type { GenerateStyle } from '../../theme/internal';
import type { SelectToken } from './token';
declare const genSingleStyle: GenerateStyle<SelectToken>;
export default genSingleStyle;