UNPKG

taggedjs

Version:

tagged template reactive html

4 lines (3 loc) 333 B
import { AnySupport } from '../index.js'; import { WrapRunner } from '../props/alterProp.function.js'; export declare function updateExistingObject(prop: Record<string, WrapRunner>, priorProp: Record<string, WrapRunner>, newSupport: AnySupport, ownerSupport: AnySupport, depth: number, maxDepth: number): Record<string, WrapRunner>;