UNPKG

taggedjs

Version:

tagged template reactive html

7 lines (6 loc) 324 B
import { AnySupport } from './AnySupport.type.js'; /** Compares states of previous renders * @property support - The workflow that supports a single tag * @property ownerSupport - undefined when "support" is the app element */ export declare function runAfterRender(support: AnySupport, ownerSupport?: AnySupport): void;