hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface IComboBoxItem

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

    Properties

    Properties

    label: string
    value: unknown