mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-04 19:50:55 +00:00
These are all the files from the Tabler react repos, made to work with laravel and webpack.
This commit is contained in:
20
resources/js/ComponentDemo/react-element-to-jsx-string/options.js
vendored
Normal file
20
resources/js/ComponentDemo/react-element-to-jsx-string/options.js
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
var _react = require("react");
|
||||
|
||||
var React = _interopRequireWildcard(_react);
|
||||
|
||||
function _interopRequireWildcard(obj) {
|
||||
if (obj && obj.__esModule) {
|
||||
return obj;
|
||||
} else {
|
||||
var newObj = {};
|
||||
if (obj != null) {
|
||||
for (var key in obj) {
|
||||
if (Object.prototype.hasOwnProperty.call(obj, key))
|
||||
newObj[key] = obj[key];
|
||||
}
|
||||
}
|
||||
newObj.default = obj;
|
||||
return newObj;
|
||||
}
|
||||
}
|
||||
//# sourceMappingURL=options.js.map
|
Reference in New Issue
Block a user