59e97e6016346fb08db785c425fe29e169fd5fbdbec3327347b19272ad25c98ecd8fbb69e85028fd5f0f937780793b44845311ff0e2347ec4b5623e3e9a60d 290 B

12345678910
  1. import { ElementUIComponent } from './component'
  2. /** Carousel Item Component */
  3. export declare class ElCarouselItem extends ElementUIComponent {
  4. /** Name of the item, can be used in setActiveItem */
  5. name: string
  6. /** Text content for the corresponding indicator */
  7. label: string
  8. }