UNPKG

antd-mobile

Version:

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

30 lines (24 loc) 881 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, { Component } from 'react'; var Range = function (_Component) { _inherits(Range, _Component); function Range() { _classCallCheck(this, Range); return _possibleConstructorReturn(this, (Range.__proto__ || Object.getPrototypeOf(Range)).apply(this, arguments)); } _createClass(Range, [{ key: 'render', value: function render() { return React.createElement( 'div', null, 'TODO for react-native' ); } }]); return Range; }(Component); export default Range;