Blame view

天文台pc/tianwentai-ui/node_modules/@react-dnd/asap/dist/makeRequestCall.d.ts 261 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
  export declare function makeRequestCallFromTimer(callback: () => void): () => void;
  export declare function makeRequestCallFromMutationObserver(callback: () => void): () => void;
  export declare const makeRequestCall: typeof makeRequestCallFromMutationObserver;