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
/
remix
/
index.d.ts
7 lines
(6 loc)
•
235 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
_default
:
(
devToolsOpts
?:
RemixKhulnasoftDevToolsOptions
) =>
(
remixConfig
:
any
) =>
any
;
export
default
_default;
export
interface
RemixKhulnasoftDevToolsOptions
{
enabled
?:
boolean
;
devToolsServerPort
?:
number
; }