UNPKG

angular-bootstrap-md

Version:

Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.

17 lines (16 loc) 651 B
import { ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class SlideComponent { /** Is current slide active */ active: boolean; animated: boolean; directionNext: boolean; directionLeft: boolean; directionPrev: boolean; directionRight: boolean; /** Wraps element by appropriate CSS classes */ el: ElementRef | any; constructor(el: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration<SlideComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SlideComponent, "mdb-slide, mdb-carousel-item", never, { "active": "active"; }, {}, never, ["*"], false, never>; }