Type Alias BaseFieldProps

BaseFieldProps: Partial<
    Pick<
        HTMLInputElement,
        "name"
        | "defaultValue"
        | "value"
        | "required"
        | "disabled",
    >,
>
MMNEPVFCICPMFPCPTTAAATR