interface MapSettingsState {
    mapSettings?: MapSetting;
    setMapSettings?: Dispatch<SetStateAction<MapSetting>>;
}

Properties

mapSettings?: MapSetting
setMapSettings?: Dispatch<SetStateAction<MapSetting>>