import { withInstall as o } from "@tu-view-plus/utils";
import r from "./src/row.vue.mjs";
import { RowAlign as p, RowJustify as w, rowProps as a } from "./src/row.mjs";
const i = o(r);
export {
p as RowAlign,
w as RowJustify,
i as TuRow,
i as default,
a as rowProps
};