@kre-form/ant
Version:
12 lines (11 loc) • 394 B
TypeScript
import { OnInit } from "@angular/core";
import { KreFormAntService } from "../tools/service";
import { KreFormFieldConfig } from "@kre-form/core";
export declare class KreFormFieldPrivateText implements OnInit {
service: any;
field: KreFormFieldConfig;
status: number;
constructor(dyService: KreFormAntService);
ngOnInit(): void;
fieldOperational(sign: string): void;
}