index.ts 201 B

12345678
  1. import { withInstall } from '@element-plus/utils'
  2. import Row from './src/row.vue'
  3. export const ElRow = withInstall(Row)
  4. export default ElRow
  5. export * from './src/row'
  6. export * from './src/constants'