The dropdownState module provides typed getters and setters for the application-level "last opened dropdown" state. It replaces ad-hoc (window as any).lastOpenedDropdown references across components. API reference PropTypeDefaultgetLastOpenedDropdown() => string | null—setLastOpenedDropdown(id: string | null) => void—clearLastOpenedDropdown() => void—