UNPKG

@antv/f2

Version:

Charts for mobile visualization.

6 lines (5 loc) 243 B
declare function createUpdater(canvas: any): { enqueueForceUpdate: (component: any, state: any, callback?: () => void) => void; enqueueSetState: (component: any, state: any, callback?: () => void) => void; }; export { createUpdater };