mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-24 17:35:16 +00:00
11 lines
450 B
JavaScript
11 lines
450 B
JavaScript
|
import _inheritsLoose from "@babel/runtime/helpers/esm/inheritsLoose";
|
||
|
import React from 'react';
|
||
|
export var BsPrefixComponent = /*#__PURE__*/function (_React$Component) {
|
||
|
_inheritsLoose(BsPrefixComponent, _React$Component);
|
||
|
|
||
|
function BsPrefixComponent() {
|
||
|
return _React$Component.apply(this, arguments) || this;
|
||
|
}
|
||
|
|
||
|
return BsPrefixComponent;
|
||
|
}(React.Component); // Need to use this instead of typeof Component to get proper type checking.
|