UNPKG

compomint

Version:

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

5 lines (4 loc) 153 B
import { CompomintGlobal } from "./type"; declare const compomint: CompomintGlobal; declare const tmpl: Record<string, any>; export { compomint, tmpl };