UNPKG

compomint

Version:

A lightweight JavaScript component engine for building web applications with a focus on component-based architecture and template system.

4 lines (3 loc) 183 B
import { CompomintGlobal, TemplateEngine } from "./type"; declare const defaultTemplateEngineSSR: (compomint: CompomintGlobal) => TemplateEngine; export { defaultTemplateEngineSSR };