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

10 lines 310 B
import ungapStructuredClone from '@ungap/structured-clone'; let structuredClone; if (typeof self !== 'undefined' && self.structuredClone) { structuredClone = self.structuredClone; } else { structuredClone = ungapStructuredClone; } export { structuredClone }; //# sourceMappingURL=structuredClone.js.map