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) 160 B
import { CompomintGlobal } from "./type"; declare const applyBuiltInTemplates: (addTmpl: CompomintGlobal["addTmpl"]) => void; export { applyBuiltInTemplates };