mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 01:41:20 +08:00
8 lines
178 B
TypeScript
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'
|