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.

3 lines (2 loc) 191 B
import type { GoogleMapsEmbed as GoogleMapsEmbedTypes } from '../types/google'; export default function GoogleMapsEmbed(props: GoogleMapsEmbedTypes): import("react/jsx-runtime").JSX.Element;