UNPKG

@alifd/meet-react

Version:

Fusion Mobile React UI System Component

16 lines 593 B
import List from './list'; import ListItem from './item'; import ListItemCaption from './item/caption'; import ListItemContent from './item/content'; import { ListItemAction, ListItemMedia } from './item/media'; import ListItemTitle from './item/title'; import './styles/index.css'; var ExportList = List; ExportList.Item = ListItem; ExportList.ItemAction = ListItemAction; ExportList.ItemMedia = ListItemMedia; ExportList.ItemTitle = ListItemTitle; ExportList.ItemCaption = ListItemCaption; ExportList.ItemContent = ListItemContent; ExportList.displayName = 'List'; export default ExportList;