Remove FlowFixMe's from TypeScript
Summary: This diff was a joy to draft. Reviewed By: jknoxville Differential Revision: D17344676 fbshipit-source-id: 0694d0393fa243edef61408ecfee92912fbbfa32
This commit is contained in:
committed by
Facebook Github Bot
parent
f41cbcd429
commit
cbbe32b9b9
@@ -12,8 +12,14 @@ export {};
|
||||
type RequestIdleHandle = number;
|
||||
|
||||
declare global {
|
||||
interface StoreEnhancerStateSanitizer {
|
||||
stateSanitizer: Function;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
__REDUX_DEVTOOLS_EXTENSION__: undefined | StoreEnhancerStoreCreator;
|
||||
__REDUX_DEVTOOLS_EXTENSION__:
|
||||
| undefined
|
||||
| StoreEnhancerStoreCreator & StoreEnhancerStateSanitizer;
|
||||
|
||||
Flipper: {
|
||||
init: () => void;
|
||||
|
||||
Reference in New Issue
Block a user