MCPcopy Create free account
hub / github.com/code100x/cms / YoutubeRendererProps

Interface YoutubeRendererProps

src/components/YoutubeRenderer.tsx:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { FunctionComponent } from 'react';
2
3interface YoutubeRendererProps {
4 url: string;
5}
6
7export const YoutubeRenderer: FunctionComponent<YoutubeRendererProps> = ({
8 url,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected