Browse Source

Add react-helmet flow type stub

main
tricinel 7 years ago
parent
commit
b74f58a0ba
  1. 3
      flow-typed/react-helmet.js

3
flow-typed/react-helmet.js

@ -0,0 +1,3 @@
declare module 'react-helmet' {
declare module.exports: any;
}
Loading…
Cancel
Save