@antv/f2
Version:
Charts for mobile visualization.
6 lines (5 loc) • 358 B
TypeScript
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;