Home > @department-of-veterans-affairs/va-forms-system-core > SelectProps
SelectProps type
Signature:
export declare type SelectProps = FieldProps<string> & {
onVaSelect?: (e: CustomEvent) => void;
children: HTMLOptionElement[] | unknown;
};
References: FieldProps