Link Search Menu Expand Document (external link)

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

States variable

Signature:

States: {
    CAN: {
        label: string;
        value: string;
    }[];
    MEX: {
        label: string;
        value: string;
    }[];
    USA: {
        label: string;
        value: string;
    }[];
}