2017-04-19 19:49:30 -07:00
|
|
|
/**
|
|
|
|
* Copyright (c) 2015-present, Facebook, Inc.
|
|
|
|
*
|
2018-02-16 18:24:55 -08:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2017-04-19 19:49:30 -07:00
|
|
|
*
|
2018-05-11 13:32:37 -07:00
|
|
|
* @format
|
2018-07-27 12:25:23 -07:00
|
|
|
* @flow strict
|
2017-04-19 19:49:30 -07:00
|
|
|
* @nolint
|
|
|
|
*/
|
|
|
|
|
|
|
|
// TODO (acdlite) Remove this file once flowtype/flow-typed/pull/773 is merged
|
|
|
|
|
|
|
|
declare module 'create-react-class' {
|
2017-12-14 16:14:21 -08:00
|
|
|
declare module.exports: React$CreateClass;
|
2017-04-19 19:49:30 -07:00
|
|
|
}
|