UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

4 lines (3 loc) 177 B
import type { CSSInterpolation } from '../../_util/cssinjs'; import type { SelectToken } from '.'; export default function genSingleStyle(token: SelectToken): CSSInterpolation;