UNPKG

253 BJavaScriptView Raw
1import _extends from 'babel-runtime/helpers/extends';
2import React from 'react';
3import BodyComponent from '../base/body';
4
5export default function ListBody(props) {
6 return React.createElement(BodyComponent, _extends({ component: 'div' }, props));
7}
\No newline at end of file