UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

13 lines (12 loc) 782 B
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core'; import type { Components } from '@ionic/core/components'; import * as i0 from "@angular/core"; export declare class IonFab { protected z: NgZone; protected el: HTMLIonFabElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration<IonFab, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IonFab, "ion-fab", never, { "activated": { "alias": "activated"; "required": false; }; "edge": { "alias": "edge"; "required": false; }; "horizontal": { "alias": "horizontal"; "required": false; }; "vertical": { "alias": "vertical"; "required": false; }; }, {}, never, ["*"], true, never>; } export declare interface IonFab extends Components.IonFab { }