ng-devui
Version:
DevUI components based on Angular
9 lines (8 loc) • 409 B
TypeScript
import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class AlertCarouselItemComponent {
el: ElementRef;
constructor(el: ElementRef);
static ɵfac: i0.ɵɵFactoryDeclaration<AlertCarouselItemComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<AlertCarouselItemComponent, "d-alert-carousel-item", never, {}, {}, never, ["*"], false, never>;
}