import { StepsToken } from "./index.js"; import { CSSObject } from "@antdv-next/cssinjs"; //#region src/steps/style/util.d.ts /** * Force override the width related styles. * This should be multiple since will conflict with other `rail` styles. */ declare function getItemWithWidthStyle(token: StepsToken, marginSize: number, optionalStyle?: CSSObject): CSSObject; //#endregion export { getItemWithWidthStyle };