Image: add image component (#15117)

This commit is contained in:
Simona
2019-04-19 12:09:42 +08:00
committed by hetech
parent 686595627e
commit d9462ab771
67 changed files with 1106 additions and 2 deletions

View File

@@ -70,5 +70,6 @@
"footer": "./packages/footer/index.js",
"timeline": "./packages/timeline/index.js",
"timeline-item": "./packages/timeline-item/index.js",
"divider": "./packages/divider/index.js"
"divider": "./packages/divider/index.js",
"image": "./packages/image/index.js"
}