This commit is contained in:
Vanessa 2023-05-25 10:14:41 +08:00
parent b2ac7b54ea
commit ac7e646fde
2 changed files with 21 additions and 13 deletions

View file

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