Files
copilot-toolbox-sdfdsfds/node_modules/antd/lib/select/style/dropdown.d.ts
2026-01-16 01:51:36 +00:00

5 lines
192 B
TypeScript

import type { GenerateStyle } from '../../theme/internal';
import type { SelectToken } from './token';
declare const genSingleStyle: GenerateStyle<SelectToken>;
export default genSingleStyle;