UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 230 B
import { ElementFunction } from '../index.js'; /** used when you do NOT have a root element returned for your function */ export declare const noElement: ElementFunction; export declare function noElementMaker(): ElementFunction;