UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 164 B
import Row from '../el-col/src/row'; import type { SFCWithInstall } from '../utils/types'; declare const _Row: SFCWithInstall<typeof Row>; export default _Row;