12345 |
- export function renderChildren(parent: any, nextChildren: any, lastChildren: any): any;
- export function diff(parent: any, nextChildren: any, lastChildren: any): any;
- export function renderComponent(component: any): void;
- export function renderShape(component: any, children: any, animate: any): any;
- export function destroyElement(elements: any): void;
|