UNPKG

248 BTypeScriptView Raw
1declare function createUpdater(canvas: any): {
2 enqueueForceUpdate: (component: any, state: any, callback?: () => void) => void;
3 enqueueSetState: (component: any, state: any, callback?: () => void) => void;
4};
5export { createUpdater };