Set up flow config; add third party libdefs

This commit is contained in:
Peggy Rayzis
2017-05-04 10:58:30 -04:00
committed by Nicolas Gallagher
parent 6b85f5a22a
commit be3c78f317
5 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
// flow-typed signature: 121e589c9be7dac408c14a02e88287fa
// flow-typed version: a1a20d4928/create-react-class_v15.x.x/flow_>=v0.41.x
declare module 'create-react-class' {
declare var exports: React$CreateClass;
}