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