diff.d.ts 387 B

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