django-vue3-admin-web/node_modules/vant/es/row/index.mjs
2025-10-20 21:21:14 +08:00

11 lines
232 B
JavaScript

import { withInstall } from "../utils/index.mjs";
import _Row from "./Row.mjs";
const Row = withInstall(_Row);
var stdin_default = Row;
import { rowProps } from "./Row.mjs";
export {
Row,
stdin_default as default,
rowProps
};