interface InputFieldConfig {
    isPassword?: boolean;
    isReadOnly?: boolean;
    label: string;
}

Properties

isPassword?: boolean
isReadOnly?: boolean
label: string