@vuesax-alpha/nightly
Version:
A Component Library for Vue 3
10 lines (7 loc) • 308 B
JavaScript
import '../../utils/index.mjs';
import Row from './src/row2.mjs';
export { RowAlign, RowDerection, RowJustify, rowProps } from './src/row.mjs';
import { withInstall } from '../../utils/vue/install.mjs';
const VsRow = withInstall(Row);
export { VsRow, VsRow as default };
//# sourceMappingURL=index.mjs.map