From bcc47bfe0c1f04aca997065f0625b0772673fd38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20B=C3=BCchele?= Date: Tue, 3 Jul 2018 09:55:05 -0700 Subject: [PATCH] add missing flow interfaces Summary: adding missing flow interfaces, fixes flow error Reviewed By: priteshrnandgaonkar Differential Revision: D8639038 fbshipit-source-id: 509ebcc86ea64a01dcea4968a39ed0ea51fdec93 --- flow-typed/npm/google-palette_vx.x.x.js | 18 ++++++++++++++++++ flow-typed/npm/react-chartjs-2_vx.x.x.js | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 flow-typed/npm/google-palette_vx.x.x.js create mode 100644 flow-typed/npm/react-chartjs-2_vx.x.x.js diff --git a/flow-typed/npm/google-palette_vx.x.x.js b/flow-typed/npm/google-palette_vx.x.x.js new file mode 100644 index 000000000..e997e8ed8 --- /dev/null +++ b/flow-typed/npm/google-palette_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: 6187fdc45c9567c2e88b8d4399bc1300 +// flow-typed version: <>/google-palette_vlatest/flow_v0.69.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'google-palette' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'google-palette' { + declare module.exports: any; +} diff --git a/flow-typed/npm/react-chartjs-2_vx.x.x.js b/flow-typed/npm/react-chartjs-2_vx.x.x.js new file mode 100644 index 000000000..4355b4633 --- /dev/null +++ b/flow-typed/npm/react-chartjs-2_vx.x.x.js @@ -0,0 +1,18 @@ +// flow-typed signature: 033193531f49f251b11350a57a58eb12 +// flow-typed version: <>/react-chartjs-2_vlatest/flow_v0.69.0 + +/** + * This is an autogenerated libdef stub for: + * + * 'react-chartjs-2' + * + * Fill this stub out by replacing all the `any` types. + * + * Once filled out, we encourage you to share your work with the + * community by sending a pull request to: + * https://github.com/flowtype/flow-typed + */ + +declare module 'react-chartjs-2' { + declare module.exports: any; +}