mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-13 18:54:21 +01:00
🎨 https://github.com/siyuan-note/siyuan/issues/5066 add index for menu
This commit is contained in:
parent
981c6688b8
commit
19dd0cd796
4 changed files with 15 additions and 8 deletions
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -724,6 +724,7 @@ declare interface IMenu {
|
|||
iconHTML?: string
|
||||
current?: boolean
|
||||
bind?: (element: HTMLElement) => void
|
||||
index?: number
|
||||
}
|
||||
|
||||
declare interface IBazaarItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue