UNPKG

@next/third-parties

Version:

`@next/third-parties` is a collection of components and utilities that can be used to efficiently load third-party libraries into your Next.js application.

5 lines (4 loc) 234 B
export { default as GoogleMapsEmbed } from './google-maps-embed'; export { default as YouTubeEmbed } from './youtube-embed'; export { GoogleTagManager, sendGTMEvent } from './gtm'; export { GoogleAnalytics, sendGAEvent } from './ga';