UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

19 lines (18 loc) 962 B
import { ChangeDetectorRef, ElementRef, NgZone, EventEmitter } from '@angular/core'; import type { Components } from '@ionic/core/components'; import type { IonItemOptionsCustomEvent } from '@ionic/core/components'; import * as i0 from "@angular/core"; export declare class IonItemOptions { protected z: NgZone; protected el: HTMLIonItemOptionsElement; ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration<IonItemOptions, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IonItemOptions, "ion-item-options", never, { "side": { "alias": "side"; "required": false; }; }, { "ionSwipe": "ionSwipe"; }, never, ["*"], true, never>; } export declare interface IonItemOptions extends Components.IonItemOptions { /** * Emitted when the item has been fully swiped. */ ionSwipe: EventEmitter<IonItemOptionsCustomEvent<any>>; }