element-plus/packages/components/row/index.ts
2022-02-09 16:59:08 +08:00

8 lines
168 B
TypeScript

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