UNPKG

@fle-ui/pro-layout

Version:

@fle-ui/pro-layout

26 lines (19 loc) 1.74 kB
import "@fle-ui/next/es/back-top/style"; import _BackTop from "@fle-ui/next/es/back-top"; var _excluded = ["baseClassName"]; function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } function _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; } function _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; } import React from 'react'; import Icon from '../icon'; import './index.less'; var BackTop = function BackTop(props) { var baseClassName = props.baseClassName, otherProps = _objectWithoutProperties(props, _excluded); return /*#__PURE__*/React.createElement(_BackTop, _extends({ className: "".concat(baseClassName, "-back-top") }, otherProps), /*#__PURE__*/React.createElement(Icon, { type: "icon-fanhuidingbu" })); }; export default BackTop;