UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

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;