element-ui-for-gov
Version:
element-ui for gov
11 lines (8 loc) • 312 B
TypeScript
import { ElementUIComponentForGov } from './component'
/** Carousel Item Component */
export declare class ElCarouselItem extends ElementUIComponentForGov {
/** Name of the item, can be used in setActiveItem */
name: string
/** Text content for the corresponding indicator */
label: string
}