ckgl/node_modules/vant/es/floating-bubble/index.mjs
2024-12-21 13:52:42 +08:00

11 lines
331 B
JavaScript

import { withInstall } from "../utils/index.mjs";
import _FloatingBubble from "./FloatingBubble.mjs";
const FloatingBubble = withInstall(_FloatingBubble);
var stdin_default = FloatingBubble;
import { floatingBubbleProps } from "./FloatingBubble.mjs";
export {
FloatingBubble,
stdin_default as default,
floatingBubbleProps
};