You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

9 lines
667 B

import { ElementRef, Injector } from '@angular/core';
import { ValueAccessor } from '@ionic/angular/common';
import * as i0 from "@angular/core";
export declare class SelectValueAccessorDirective extends ValueAccessor {
constructor(injector: Injector, el: ElementRef);
_handleChangeEvent(el: HTMLIonSelectElement | HTMLIonRadioGroupElement | HTMLIonSegmentElement | HTMLIonDatetimeElement): void;
static ɵfac: i0.ɵɵFactoryDeclaration<SelectValueAccessorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<SelectValueAccessorDirective, "ion-select, ion-radio-group, ion-segment, ion-datetime", never, {}, {}, never, never, false, never>;
}