UNPKG

@kre-form/ant

Version:

7 lines (6 loc) 218 B
import { OnInit } from "@angular/core"; import { FieldType } from "@kre-form/core"; export declare class KreFormFieldPassWord extends FieldType implements OnInit { passwordVisible: boolean; ngOnInit(): void; }