UNPKG

450 BJavaScriptView Raw
1import _inheritsLoose from "@babel/runtime/helpers/esm/inheritsLoose";
2import React from 'react';
3export var BsPrefixComponent = /*#__PURE__*/function (_React$Component) {
4 _inheritsLoose(BsPrefixComponent, _React$Component);
5
6 function BsPrefixComponent() {
7 return _React$Component.apply(this, arguments) || this;
8 }
9
10 return BsPrefixComponent;
11}(React.Component); // Need to use this instead of typeof Component to get proper type checking.
\No newline at end of file