ckgl/node_modules/vant/es/row/index.mjs
2024-12-21 13:52:42 +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
};