UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 199 B
import Col from './src/col.vue'; import type { SFCWithInstall } from 'element-plus/es/utils'; export declare const ElCol: SFCWithInstall<typeof Col>; export default ElCol; export * from './src/col';