UNPKG

antd-mobile

Version:

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

29 lines (21 loc) 880 B
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 FlexItem = function (_React$Component) { _inherits(FlexItem, _React$Component); function FlexItem() { _classCallCheck(this, FlexItem); return _possibleConstructorReturn(this, (FlexItem.__proto__ || Object.getPrototypeOf(FlexItem)).apply(this, arguments)); } return FlexItem; }(React.Component); var Flex = function (_React$Component2) { _inherits(Flex, _React$Component2); function Flex() { _classCallCheck(this, Flex); return _possibleConstructorReturn(this, (Flex.__proto__ || Object.getPrototypeOf(Flex)).apply(this, arguments)); } return Flex; }(React.Component); export default Flex;