mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-25 14:59:16 +01:00
11 lines
450 B
JavaScript
Vendored
11 lines
450 B
JavaScript
Vendored
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.
|