UNPKG
@khulnasoft.com/dev-tools
Version:
latest (1.10.0)
1.10.0
1.0.0
KhulnaSoft Visual CMS Devtools
khulnasoft.com
@khulnasoft.com/dev-tools
/
types
/
server
/
client-script.d.ts
4 lines
(3 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
import
type
{
DevToolsServerContext
}
from
"../types"
;
export
declare
function
getClientScript
(
ctx
:
DevToolsServerContext
):
Promise
<
string
>;
export
declare
function
getConnectedStepHtml
(
ctx
:
DevToolsServerContext
):
Promise
<
string
>;