diff.d.ts 353 B

12345
  1. export function renderChildren(parent: any, nextChildren: any, lastChildren: any): any;
  2. export function diff(parent: any, nextChildren: any, lastChildren: any): any;
  3. export function renderComponent(component: any): void;
  4. export function renderShape(component: any, children: any, animate: any): any;
  5. export function destroyElement(elements: any): void;