This commit is contained in:
Vanessa 2023-05-19 10:14:28 +08:00
parent 981c6688b8
commit 19dd0cd796
4 changed files with 15 additions and 8 deletions

View file

@ -724,6 +724,7 @@ declare interface IMenu {
iconHTML?: string
current?: boolean
bind?: (element: HTMLElement) => void
index?: number
}
declare interface IBazaarItem {