UNPKG
@webpro/next-translate-plugin
Version:
latest (2.6.3)
2.6.3
2.6.2
2.6.1
2.6.0
Tiny and powerful i18n plugin to translate your Next.js pages.
aralroca/next-translate-plugin
@webpro/next-translate-plugin
/
templateWithHoc.d.ts
6 lines
(5 loc)
•
252 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
ParsedFilePkg
}
from
'./types'
;
export
default
function
templateWithHoc
(
pagePkg
:
ParsedFilePkg
, { skipInitialProps, existLocalesFolder }?: { skipInitialProps?:
boolean
|
undefined
; existLocalesFolder?:
boolean
|
undefined
; }
):
string
;