mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-21 08:22:45 +08:00
Switch to declare module.exports syntax
Reviewed By: gabelevi Differential Revision: D6571796 fbshipit-source-id: 6a6d98b05953f40b825a260f44765689e91269a8
This commit is contained in:
committed by
Facebook Github Bot
parent
f4d627c8fa
commit
5f8d8e90c2
@@ -13,5 +13,5 @@
|
||||
// TODO (acdlite) Remove this file once flowtype/flow-typed/pull/773 is merged
|
||||
|
||||
declare module 'create-react-class' {
|
||||
declare var exports: React$CreateClass;
|
||||
declare module.exports: React$CreateClass;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user