main folder
Summary: _typescript_ Reviewed By: passy Differential Revision: D16762117 fbshipit-source-id: b6ee32e0bb3fc686fc69cfccab703e2ef4989571
This commit is contained in:
committed by
Facebook Github Bot
parent
d68dac2ce0
commit
d0da0d66a5
@@ -5,11 +5,19 @@
|
||||
* @format
|
||||
*/
|
||||
|
||||
import {StoreEnhancerStoreCreator} from 'redux';
|
||||
|
||||
export {};
|
||||
type RequestIdleHandle = number;
|
||||
|
||||
declare global {
|
||||
interface Window {
|
||||
__REDUX_DEVTOOLS_EXTENSION__: undefined | StoreEnhancerStoreCreator;
|
||||
|
||||
Flipper: {
|
||||
init: () => void;
|
||||
};
|
||||
|
||||
// rIC not supportedin TS: https://github.com/Microsoft/TypeScript/issues/21309
|
||||
requestIdleCallback: (
|
||||
callback: (deadline: {
|
||||
|
||||
Reference in New Issue
Block a user