UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

4 lines (3 loc) 183 B
import type { CSSInterpolation } from '@ant-design/cssinjs'; import type { SelectToken } from './token'; export default function genSingleStyle(token: SelectToken): CSSInterpolation;