import Row from '../col/src/row' import type { SFCWithInstall } from '@element-plus/utils/types' const _Row: SFCWithInstall = Row as SFCWithInstall _Row.install = app => { app.component(_Row.name, _Row) } export default _Row