1
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
Reference in New Issue
Block a user