feat(Steps): add icon-prefix prop (#8631)
This commit is contained in:
@@ -9,6 +9,7 @@ export const STEPS_KEY = Symbol(name);
|
||||
export type StepsDirection = 'horizontal' | 'vertical';
|
||||
|
||||
const props = {
|
||||
iconPrefix: String,
|
||||
finishIcon: String,
|
||||
activeColor: String,
|
||||
inactiveIcon: String,
|
||||
|
||||
Reference in New Issue
Block a user