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