Files
copilot-toolbox-template-123/node_modules/antd/es/select/style/dropdown.d.ts
2026-01-09 14:52:46 +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;