This commit is contained in:
Vanessa 2023-05-18 21:10:25 +08:00
parent 839308173a
commit ca2d08de27
3 changed files with 8 additions and 2 deletions

View file

@ -22,7 +22,7 @@ type TOperation =
| "removeFlashcards"
type TBazaarType = "templates" | "icons" | "widgets" | "themes" | "plugins"
type TCardType = "doc" | "notebook" | "all"
type TEventBus = "ws-main" | "click-blockicon"
type TEventBus = "ws-main" | "click-blockicon" | "click-editorcontent" | "click-pdf"
declare module "blueimp-md5"