UNPKG

xatto

Version:

xatto is View Layer Library based on Function and Context using VirtualDOM. This is developed by forking from jorgebucaran/superfine.

3 lines (2 loc) 197 B
import { GlueNode } from './GlueNode'; export declare function resolveLifecycle(rawLifecycle: string, captureLifecycle: string, glueNode: GlueNode, removedNodes: WeakMap<Node, boolean>): string;