UNPKG

ant-design-vue

Version:

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

5 lines (4 loc) 309 B
import type { CSSInterpolation } from '../_util/cssinjs'; import type { FullToken } from '../theme/internal'; import type { OverrideComponent } from '../theme/util/genComponentStyleHook'; export declare function genCompactItemVerticalStyle<T extends OverrideComponent>(token: FullToken<T>): CSSInterpolation;