interface PairedMenusState {
    dropdownValue: string;
    inputListValues: string[];
}

Properties

dropdownValue: string
inputListValues: string[]