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

4 lines
183 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import type { CSSInterpolation } from '@ant-design/cssinjs';
import type { SelectToken } from './token';
export default function genSingleStyle(token: SelectToken): CSSInterpolation;