Vanessa 2023-07-02 11:32:21 +08:00
parent d175677042
commit 593959312d
3 changed files with 12 additions and 2 deletions

View file

@ -26,6 +26,9 @@ type TOperation =
| "updateAttrViewCol"
| "sortAttrViewRow"
| "sortAttrViewCol"
| "setAttrViewColHidden"
| "setAttrViewColWrap"
| "setAttrViewColWidth"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" |