UNPKG
drawio-embed
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
automatically integrates drawio by iframe
github.com/imaoda/drawio-embed
imaoda/drawio-embed
drawio-embed
/
index.d.ts
11 lines
(8 loc)
•
249 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
declare
namespace
openDrawio
{
const
close
:
() =>
void
;
const
isOpen
:
() =>
boolean
;
const
isLoaded
:
() =>
boolean
; }
declare
function
openDrawio
(
):
Promise
<
void
>;
declare
function
init
(
url
?:
string
):
typeof
openDrawio;
export
default
init;