UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 156 B
import Col from './src/col'; import type { SFCWithInstall } from '../utils/types'; declare const _Col: SFCWithInstall<typeof Col>; export default _Col;