chat-pc/src/types/global.ts

8 lines
120 B
TypeScript
Raw Normal View History

2024-12-24 08:14:21 +00:00
export interface StateDropdown {
options: any[]
show: boolean
dropdownX: number
dropdownY: number
item: any
}