UNPKG

@bubbles-ui/extras

Version:

The Bubbles Design System is Leemonade's open-source design system for products and experiences.

16 lines (15 loc) 433 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var _TagifyInput = require("./TagifyInput"); Object.keys(_TagifyInput).forEach(function (key) { if (key === "default" || key === "__esModule") return; if (key in exports && exports[key] === _TagifyInput[key]) return; Object.defineProperty(exports, key, { enumerable: true, get: function () { return _TagifyInput[key]; } }); });