@lynx-js/web-core
Version:
This is an internal experimental package, do not use
3 lines (2 loc) • 333 B
TypeScript
import type { Cloneable, InitI18nResources } from '../types/index.js';
export declare function executeTemplate(templateBuffer: Buffer, initData: Cloneable, globalProps: Cloneable, _initI18nResources: InitI18nResources, transformVW: boolean, transformVH: boolean, viewAttributes?: string, transformREM?: boolean): string | undefined;