UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 234 B
import React from 'react'; import "../../../../../index"; export type YoutubePlyrProps = { id: string; autoplay?: boolean; }; export declare const YoutubePlyr: ({ id, autoplay }: YoutubePlyrProps) => React.JSX.Element;