UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 212 B
import type { CSSInterpolation } from '@ant-design/cssinjs'; import type { SelectToken } from './token'; declare const genMultipleStyle: (token: SelectToken) => CSSInterpolation; export default genMultipleStyle;