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) 177 B
import { TemplateEngine, CompomintGlobal } from "./type"; declare const defaultTemplateEngine: (compomint: CompomintGlobal) => TemplateEngine; export { defaultTemplateEngine };