UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
Development tools for Khulnasoft CMS integration
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
client
/
edit-button
/
index.d.ts
9 lines
(8 loc)
•
294 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
class
KhulnasoftDevToolsEditButton
extends
HTMLElement
{ openInKhulnasoft: HTMLAnchorElement |
null
; block: HTMLElement |
null
;
constructor
();
connectedCallback
():
void
;
show
(
contentElm
: HTMLElement,
blockElm
: HTMLElement):
string
|
null
;
hide
():
void
; }