chore: code review

This commit is contained in:
chenjiahan
2020-03-01 20:29:03 +08:00
parent 5d3333ca8c
commit 65bdc75ca6
4 changed files with 7 additions and 13 deletions
+1 -1
View File
@@ -14,8 +14,8 @@ export type IconProps = {
tag: keyof HTMLElementTagNameMap | string;
name?: string;
size?: string | number;
color?: string;
info?: string | number;
color?: string;
classPrefix: string;
};