export interface StateDropdown { options: any[] show: boolean dropdownX: number dropdownY: number item: any }