UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

13 lines (12 loc) 945 B
import { ChangeDetectorRef, ElementRef, NgZone } from '@angular/core'; import type { Components } from '@ionic/core/components'; import * as i0 from "@angular/core"; export declare class IonSegmentButton { protected z: NgZone; protected el: HTMLIonSegmentButtonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentButton, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentButton, "ion-segment-button", never, { "contentId": { "alias": "contentId"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "layout": { "alias": "layout"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "type": { "alias": "type"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], true, never>; } export declare interface IonSegmentButton extends Components.IonSegmentButton { }