taggedjs
Version:
tagged template reactive html
10 lines (9 loc) • 471 B
TypeScript
import { AnySupport } from '../tag/index.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 runAfterSupportRender(support: AnySupport, ownerSupport?: AnySupport): void;
/** run after rendering anything with state */
export declare function runAfterRender(): void;
export declare function clearStateConfig(): void;