UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

8 lines (7 loc) 341 B
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;