angular-bootstrap-md
Version:
Bootstrap 4 & Angular 15 UI KIT - 700+ components, MIT license, simple installation.
10 lines (9 loc) • 402 B
TypeScript
import { ElementRef, Renderer2 } from '@angular/core';
import * as i0 from "@angular/core";
export declare class FadDirective {
private _el;
private _r;
constructor(_el: ElementRef, _r: Renderer2);
static ɵfac: i0.ɵɵFactoryDeclaration<FadDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FadDirective, "[fad], [duotone]", never, {}, {}, never, never, false, never>;
}