mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 22:36:31 +08:00
fix:add style prop for Steps.Step component
This commit is contained in:
parent
a08a9da240
commit
1ff0be57e0
@ -25,6 +25,7 @@ export interface StepProps {
|
||||
onClick?: React.MouseEventHandler<any>;
|
||||
status?: 'wait' | 'process' | 'finish' | 'error';
|
||||
title?: React.ReactNode;
|
||||
style?: React.CSSProperties;
|
||||
}
|
||||
|
||||
export default class Steps extends React.Component<StepsProps, any> {
|
||||
|
Loading…
Reference in New Issue
Block a user