This website requires JavaScript.
Explore
Help
Register
Sign In
fantasticit
/
think
mirror of
https://github.com/fantasticit/think.git
Watch
1
Star
0
Fork
You've already forked think
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ce5f88fa0d
think
/
packages
/
client
/
global.d.ts
9 lines
125 B
TypeScript
Raw
Normal View
History
Unescape
Escape
tiptap: add center method in mind
2022-04-26 19:13:37 +08:00
interface
Window
{
tiptap: add drawio flow support
2022-05-11 14:05:11 +08:00
// 思维导图
tiptap: use mind elixir
2022-04-30 22:03:06 +08:00
MindElixir
:
any
;
tiptap: add drawio flow support
2022-05-11 14:05:11 +08:00
// drawio 绘图
mxGraph
:
any
;
mxUtils
:
any
;
mxCodec
:
any
;
tiptap: add center method in mind
2022-04-26 19:13:37 +08:00
}