Type alias FormFieldSelect

FormFieldSelect: AbstractFormField<"select", string> & {
    options: {
        label?: string;
        value: string;
    }[];
}

Type declaration

  • options: {
        label?: string;
        value: string;
    }[]

Generated using TypeDoc