platform-bible-react
    Preparing search index...

    Type Alias MultiSelectComboBoxEntry

    type MultiSelectComboBoxEntry = {
        label: string;
        starred?: boolean;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    starred?: boolean
    value: string