UNPKG

visual-design

Version:
11 lines (8 loc) 344 B
import '../../utils/index.mjs'; import Row from './src/row.mjs'; export { RowAlign, RowJustify, rowProps } from './src/row2.mjs'; export { rowContextKey } from './src/constants.mjs'; import { withInstall } from '../../utils/vue/install.mjs'; const VRow = withInstall(Row); export { VRow, VRow as default }; //# sourceMappingURL=index.mjs.map