Hosanna UI API v1.30.2-next
    Preparing search index...

    Interface IComboBoxItem

    interface IComboBoxItem {
        label: string;
        value: unknown;
    }
    Index

    Properties

    Properties

    label: string
    value: unknown