@fecp/mobile
Version:
11 lines (10 loc) • 442 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } });
const FloatingBubble = require("./FloatingBubble.vue.js");
const install = require("../../../utils/install.js");
const MobileFloatingBubble = install.default.withInstall(
"MobileFloatingBubble",
FloatingBubble.default
);
exports.MobileFloatingBubble = MobileFloatingBubble;
exports.default = MobileFloatingBubble;