Files
video-gen/video-gen-admin/node_modules/antd/lib/steps/style/util.d.ts
T
2026-05-25 17:08:18 +08:00

8 lines
341 B
TypeScript

import type { CSSObject } from '@ant-design/cssinjs';
import type { StepsToken } from '.';
/**
* Force override the width related styles.
* This should be multiple since will conflict with other `rail` styles.
*/
export declare const getItemWithWidthStyle: (token: StepsToken, marginSize: number, optionalStyle?: CSSObject) => CSSObject;