UNPKG

mutation-summary

Version:
10 lines (9 loc) 252 B
import { NodeMap } from "./NodeMap"; export declare class ChildListChange { added: NodeMap<boolean>; removed: NodeMap<boolean>; maybeMoved: NodeMap<boolean>; oldPrevious: NodeMap<Node>; moved: NodeMap<boolean>; constructor(); }