element-plus/packages/components/row/index.ts
2021-11-06 03:41:45 +08:00

8 lines
178 B
TypeScript

import { withInstall } from '@element-plus/utils/with-install'
import Row from './src/row'
export const ElRow = withInstall(Row)
export default ElRow
export * from './src/row'