UNPKG

element-plus

Version:

A Component Library for Vue 3

10 lines (7 loc) 294 B
import '../../utils/index.mjs'; import Row from './src/row2.mjs'; export { RowAlign, RowJustify, rowProps } from './src/row.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const ElRow = withInstall(Row); export { ElRow, ElRow as default }; //# sourceMappingURL=index.mjs.map