UNPKG
khulnasoft.com
Version:
latest (1.0.0)
1.0.0
Development tools for Khulnasoft CMS integration
khulnasoft.com
khulnasoft.com
/
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
;