UNPKG

drawio-embed

Version:

automatically integrates drawio by iframe

11 lines (8 loc) 249 B
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;