[bugfix] Icon: fix prop type
This commit is contained in:
@@ -51,7 +51,7 @@ function Icon(
|
|||||||
|
|
||||||
Icon.props = {
|
Icon.props = {
|
||||||
name: String,
|
name: String,
|
||||||
size: String,
|
size: [String, Number],
|
||||||
color: String,
|
color: String,
|
||||||
info: [String, Number],
|
info: [String, Number],
|
||||||
tag: {
|
tag: {
|
||||||
|
|||||||
Reference in New Issue
Block a user