antd-mobile
Version:
基于 React 的移动设计规范实现
29 lines (21 loc) • 880 B
JavaScript
import _classCallCheck from 'babel-runtime/helpers/classCallCheck';
import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn';
import _inherits from 'babel-runtime/helpers/inherits';
import React from 'react';
export var ListItem = function (_React$Component) {
_inherits(ListItem, _React$Component);
function ListItem() {
_classCallCheck(this, ListItem);
return _possibleConstructorReturn(this, (ListItem.__proto__ || Object.getPrototypeOf(ListItem)).apply(this, arguments));
}
return ListItem;
}(React.Component);
var List = function (_React$Component2) {
_inherits(List, _React$Component2);
function List() {
_classCallCheck(this, List);
return _possibleConstructorReturn(this, (List.__proto__ || Object.getPrototypeOf(List)).apply(this, arguments));
}
return List;
}(React.Component);
export default List;