UNPKG

@kre-form/ionic

Version:

8 lines (7 loc) 305 B
import { FieldType } from "@kre-form/core"; import { KreFormIonDialogService } from "../tools/dialog.service"; export declare class KreFormFieldIonRadioGroup extends FieldType { dialogService: KreFormIonDialogService; constructor(dialogService: KreFormIonDialogService); openPicker(): void; }