antd
Version:
An enterprise-class UI design language and React components implementation
8 lines (7 loc) • 340 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 function getItemWithWidthStyle(token: StepsToken, marginSize: number, optionalStyle?: CSSObject): CSSObject;