UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

15 lines 610 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.structuredClone = void 0; const structured_clone_1 = __importDefault(require("@ungap/structured-clone")); let structuredClone; if (typeof self !== 'undefined' && self.structuredClone) { exports.structuredClone = structuredClone = self.structuredClone; } else { exports.structuredClone = structuredClone = structured_clone_1.default; } //# sourceMappingURL=structuredClone.js.map