UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (6 loc) 240 B
import { withInstall } from '../../utils/with-install.mjs'; import Row from './src/row.mjs'; export { rowProps } from './src/row.mjs'; const ElRow = withInstall(Row); export { ElRow, ElRow as default }; //# sourceMappingURL=index.mjs.map