UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 190 B
import type { SFCWithInstall } from '../utils/types'; import Container from './src/container.vue'; declare const _Container: SFCWithInstall<typeof Container>; export default _Container;