UNPKG

@kre-form/ionic

Version:

6 lines (5 loc) 229 B
import { KreFormAttributes, KreFormFieldConfig } from "@kre-form/core"; export declare class IonKreFormAttributes extends KreFormAttributes { field: KreFormFieldConfig; focusElement(element: any, value: boolean): void; }