tmp
This commit is contained in:
@@ -1 +1 @@
|
||||
const props={content:{type:String,value:""},icon:{type:String},status:{type:String,value:"default"},title:{type:String,value:""}};export default props;
|
||||
const props={content:{type:String,value:""},extra:{type:String},icon:{type:String},status:{type:String,value:"default"},title:{type:String,value:""}};export default props;
|
||||
File diff suppressed because one or more lines are too long
@@ -3,6 +3,10 @@ export interface TdStepItemProps {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
extra?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
};
|
||||
icon?: {
|
||||
type: StringConstructor;
|
||||
value?: string;
|
||||
|
||||
Reference in New Issue
Block a user