UNPKG

angular-bootstrap-md

Version:

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

16 lines (15 loc) 721 B
import { ElementRef, OnInit, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FixedButtonCaptionDirective implements OnInit { private renderer; private el; caption: string; collapseButtonActivator: any; private paragraphEl; constructor(renderer: Renderer2, el: ElementRef); ngOnInit(): void; createCaptionElement(): void; showCaption(): void; static ɵfac: i0.ɵɵFactoryDeclaration<FixedButtonCaptionDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<FixedButtonCaptionDirective, "[mdbFixedCaption]", never, { "caption": "mdbFixedCaption"; "collapseButtonActivator": "collapseButton"; }, {}, never, never, false, never>; }