UNPKG

@smitch/fluid

Version:

A Next/React ui-component libray.

4 lines (3 loc) 266 B
import { YoutubeEmbedProps } from './types'; declare const YoutubeEmbed: ({ className, style, videoId, title, playerParams, loading, referrerPolicy, allow, ...iframeProps }: YoutubeEmbedProps) => import("react/jsx-runtime").JSX.Element; export default YoutubeEmbed;