MEUIDropDownOption: {
    Label: string;
    Value: unknown;
}

A drop down option item.

Type declaration

  • Label: string

    The label to show for the option.

  • Value: unknown

    The value of the option.

Generated using TypeDoc