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

11 lines
304 B
JavaScript

import { withInstall } from "../utils/index.mjs";
import _IndexAnchor from "./IndexAnchor.mjs";
const IndexAnchor = withInstall(_IndexAnchor);
var stdin_default = IndexAnchor;
import { indexAnchorProps } from "./IndexAnchor.mjs";
export {
IndexAnchor,
stdin_default as default,
indexAnchorProps
};