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
/
common
/
khulnasoft
/
content-generation.d.ts
9 lines
(8 loc)
•
264 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
DevToolsSys
}
from
"../../types"
;
export
declare
function
createKhulnasoftPage
(
sys
:
DevToolsSys
,
opts
: { templateContentId:
string
; publicApiKey:
string
; privateAuthKey:
string
; pathname:
string
; title:
string
; }
):
Promise
<
void
>;