react-native/flow/create-react-class.js

17 lines
396 B
JavaScript
Raw Normal View History

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*
* @format
* @flow strict
* @nolint
*/
// TODO (acdlite) Remove this file once flowtype/flow-typed/pull/773 is merged
declare module 'create-react-class' {
declare module.exports: React$CreateClass;
}