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