first commit
This commit is contained in:
10
node_modules/vant/es/floating-panel/index.mjs
generated
vendored
Normal file
10
node_modules/vant/es/floating-panel/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { withInstall } from "../utils/index.mjs";
|
||||
import _FloatingPanel from "./FloatingPanel.mjs";
|
||||
const FloatingPanel = withInstall(_FloatingPanel);
|
||||
var stdin_default = FloatingPanel;
|
||||
import { floatingPanelProps } from "./FloatingPanel.mjs";
|
||||
export {
|
||||
FloatingPanel,
|
||||
stdin_default as default,
|
||||
floatingPanelProps
|
||||
};
|
||||
Reference in New Issue
Block a user