Vanessa 2023-11-30 22:05:23 +08:00
parent 004bc16b59
commit e0e44f6677
4 changed files with 26 additions and 1 deletions

View file

@ -42,6 +42,8 @@ type TOperation =
| "setAttrViewColCalc"
| "updateAttrViewColNumberFormat"
| "replaceAttrViewBlock"
| "addAttrViewView"
| "removeAttrViewView"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" |