UNPKG

taggedjs

Version:

tagged template reactive html

5 lines (4 loc) 240 B
import type { StringTag } from '../../tag/StringTag.type.js'; import type { DomTag } from '../../tag/DomTag.type.js'; export declare function tagFakeTemplater(tag: StringTag | DomTag): any; export declare function getFakeTemplater(): void;