UNPKG

element-plus

Version:

A Component Library for Vue3.0

5 lines (4 loc) 210 B
import type { SFCWithInstall } from '../utils/types'; import CarouselItem from '../el-carousel/src/item.vue'; declare const _CarouselItem: SFCWithInstall<typeof CarouselItem>; export default _CarouselItem;