diff options
-rw-r--r-- | packages/website/ts/globals.d.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/website/ts/globals.d.ts b/packages/website/ts/globals.d.ts index 7c0dfa00c..9addab335 100644 --- a/packages/website/ts/globals.d.ts +++ b/packages/website/ts/globals.d.ts @@ -8,6 +8,7 @@ declare module 'react-flickity-component'; declare module 'react-anchor-link-smooth-scroll'; declare module 'react-responsive'; declare module 'react-scrollable-anchor'; +declare module 'react-headroom' declare module '*.json' { const json: any; |