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) 179 B
import type { YouTubeEmbed as YouTubeEmbedTypes } from '../types/google'; export default function YouTubeEmbed(props: YouTubeEmbedTypes): import("react/jsx-runtime").JSX.Element;