UNPKG

atomico

Version:

Atomico is a small library for the creation of interfaces based on web-components, only using functions and hooks.

7 lines (5 loc) 115 B
export function html<R = any>( strings: TemplateStringsArray, ...values: any[] ): R; export default html;