UNPKG

@kre-form/ionic

Version:

10 lines (9 loc) 368 B
import { FieldType } from "@kre-form/core"; import { KreFormIonDialogService } from "../tools/dialog.service"; export declare class KreFormFieldIonTextI18n extends FieldType { dialogService: KreFormIonDialogService; constructor(dialogService: KreFormIonDialogService); languageList: Array<any>; readonly textlanguage: string; openPicker(): void; }