@ionic/angular
Version:
Angular specific wrappers for @ionic/core
13 lines (12 loc) • 918 B
TypeScript
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core';
import type { Components } from '@ionic/core/components';
import * as i0 from "@angular/core";
export declare class IonRefresherContent {
protected z: NgZone;
protected el: HTMLIonRefresherContentElement;
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
static ɵfac: i0.ɵɵFactoryDeclaration<IonRefresherContent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<IonRefresherContent, "ion-refresher-content", never, { "pullingIcon": { "alias": "pullingIcon"; "required": false; }; "pullingText": { "alias": "pullingText"; "required": false; }; "refreshingSpinner": { "alias": "refreshingSpinner"; "required": false; }; "refreshingText": { "alias": "refreshingText"; "required": false; }; }, {}, never, ["*"], true, never>;
}
export declare interface IonRefresherContent extends Components.IonRefresherContent {
}