UNPKG

@pelag/nts

Version:

Creation and support of the multilingual project Next.js

10 lines 450 B
type Templates = 'layout.txt' | 'middleware.txt' | 'page.css.txt' | 'page.tw.txt' | 'page.module.txt' | 'translator.txt' | 'globals.css.txt' | 'globals.tw.txt'; interface AddTemplateOptions { templateName: Templates; targetDir: string; customFileName: string; variables?: Record<string, string>; } export declare function addTemplate(options: AddTemplateOptions): Promise<void>; export {}; //# sourceMappingURL=paste-template.d.ts.map