feat(Steps): add icon-prefix prop (#8631)

This commit is contained in:
neverland
2021-04-28 17:21:06 +08:00
committed by GitHub
parent e2286b0426
commit 2055e3a1ee
6 changed files with 55 additions and 8 deletions
+1
View File
@@ -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,