UNPKG

antd-mobile

Version:

基于 React 的移动设计规范实现

31 lines (25 loc) 919 B
import _classCallCheck from 'babel-runtime/helpers/classCallCheck'; import _createClass from 'babel-runtime/helpers/createClass'; import _possibleConstructorReturn from 'babel-runtime/helpers/possibleConstructorReturn'; import _inherits from 'babel-runtime/helpers/inherits'; import React from 'react'; var Range = function (_React$Component) { _inherits(Range, _React$Component); function Range() { _classCallCheck(this, Range); return _possibleConstructorReturn(this, (Range.__proto__ || Object.getPrototypeOf(Range)).apply(this, arguments)); } _createClass(Range, [{ key: 'componentDidMount', value: function componentDidMount() { console.warn('TODO for react-native'); } }, { key: 'render', value: function render() { return null; } }]); return Range; }(React.Component); export default Range;