Link Search Menu Expand Document (external link)

Home > @department-of-veterans-affairs/va-forms-system-core > DateProps

DateProps type

Signature:

export declare type DateProps = FieldProps<string> & {
    isMemorableDate?: boolean;
};

References: FieldProps