PromoCursed/node_modules/antd/lib/style/compact-item-vertical.d.ts
2024-08-20 23:25:37 +04:00

4 lines
253 B
TypeScript

import type { CSSInterpolation } from '@ant-design/cssinjs';
import type { FullToken, OverrideComponent } from '../theme/internal';
export declare function genCompactItemVerticalStyle<T extends OverrideComponent>(token: FullToken<T>): CSSInterpolation;