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
/
next
/
index.d.ts
9 lines
(6 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
NextConfig
}
from
"next"
;
declare
function
NextKhulnaSoftDevTools
(
options
?: { enabled?:
boolean
; devToolsServerPort?:
number
; }
):
(
config
?:
NextConfig
) =>
NextConfig
;
export
default
NextKhulnaSoftDevTools
;