UNPKG

@ykcl/smart-ui-oversea

Version:

A Component Library for Vue.js.

11 lines (8 loc) 300 B
import { ElementUIComponent } from './component' /** Carousel Item Component */ export declare class YkCarouselItem extends ElementUIComponent { /** Name of the item, can be used in setActiveItem */ name: string /** Text content for the corresponding indicator */ label: string }