UNPKG

@omni-door/tpl-ssr-react

Version:
10 lines (9 loc) 428 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tpl_next_d = void 0; var utils_1 = require("@omni-door/utils"); var tpl = "`/// <reference types=\"next\" />\n/// <reference types=\"next/image-types/global\" />\n/// <reference types=\"next/navigation-types/compat/navigation\" />\n`"; exports.tpl_next_d = { tpl: tpl }; exports.default = utils_1.tplEngineInit(exports.tpl_next_d, 'tpl');