compact-item-vertical.d.ts 309 B

1234
  1. import type { CSSInterpolation } from '../_util/cssinjs';
  2. import type { FullToken } from '../theme/internal';
  3. import type { OverrideComponent } from '../theme/util/genComponentStyleHook';
  4. export declare function genCompactItemVerticalStyle<T extends OverrideComponent>(token: FullToken<T>): CSSInterpolation;