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
/
next
/
index.d.cts
5 lines
(4 loc)
•
128 B
text/typescript
View Raw
1
2
3
4
5
declare
function
_exports
(
opts
?: {}
):
(
nextConfig
?: {}
) =>
{
webpack
(
config
:
any
,
options
:
any
):
any
; };
export
= _exports;