@kre-form/ionic
Version:
9 lines (8 loc) • 337 B
TypeScript
import { FieldType } from "@kre-form/core";
import { KreFormIonDialogService } from "../tools/dialog.service";
export declare class KreFormFieldIonSelect extends FieldType {
dialogService: KreFormIonDialogService;
constructor(dialogService: KreFormIonDialogService);
readonly newTextLookUp: string;
openPicker(): void;
}