UNPKG
@fz-cs-pkg/simple-mind-map
Version:
latest (0.13.1-fix.4)
0.13.1-fix.4
0.13.1-fix.3
0.13.1-fix.2
一个简单的web在线思维导图
github.com/wanglin2/mind-map
wanglin2/mind-map
@fz-cs-pkg/simple-mind-map
/
types
/
src
/
plugins
/
ExportPDF.d.ts
10 lines
(9 loc)
•
205 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
default
ExportPDF
;
declare
class
ExportPDF
{
constructor
(
opt
:
any
);
mindMap
:
any
;
pdf
(
img
:
any
):
Promise
<
any
>; }
declare
namespace
ExportPDF
{
const
instanceName
:
string
; }