UNPKG

mdc-react

Version:

Material Components for the web implemented in React

9 lines (7 loc) 179 B
import ImageList from './ImageList'; import ImageListItem from './ImageListItem'; ImageList.Item = ImageListItem; export { ImageList as default, ImageListItem };