Documentation
    Preparing search index...

    Interface OptionsItemType

    interface OptionsItemType {
        label: string;
        value: string;
    }
    Index

    Properties

    Properties

    label: string
    value: string