UNPKG

taggedjs

Version:

tagged template reactive html

10 lines (9 loc) 467 B
import { AnySupport } from '../AnySupport.type.js'; import { SupportContextItem } from '../createHtmlSupport.function.js'; /** TODO: This seems to support both new and updates and should be separated? */ export declare function renderWithSupport(newSupport: AnySupport, lastSupport: AnySupport | undefined, // previous (global.newest) subject: SupportContextItem, // events & memory ownerSupport?: AnySupport): { support: AnySupport; wasLikeTags: boolean; };