UNPKG

taggedjs

Version:

tagged template reactive html

7 lines (6 loc) 206 B
import { Tag } from "../index.js"; import { TagJsVar } from "./tagJsVar.type.js"; export type TagJsVarInnerHTML = TagJsVar & { owner?: Tag; }; export declare function getInnerHTML(): TagJsVarInnerHTML;