Browse Source

Adding FB OSS header to GA analytics flow type (#3175)

main
R Nabors 4 years ago
committed by GitHub
parent
commit
38ea5732dc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      flow-typed/gatsby-plugin-google-analytics.js

4
flow-typed/gatsby-plugin-google-analytics.js

@ -1,4 +1,6 @@
// import {trackCustomEvent} from 'gatsby-plugin-google-analytics';
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*/
declare module 'gatsby-plugin-google-analytics' {
declare module.exports: {

Loading…
Cancel
Save