UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 312 B
import type { CSSInterpolation } from '@ant-design/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;