MCPcopy Create free account
hub / github.com/cookpete/react-player / PreviewProps

Interface PreviewProps

src/types.ts:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37export interface PreviewProps {
38 src?: string;
39 light?: boolean | string | React.ReactElement;
40 oEmbedUrl?: string;
41 onClickPreview?: (event: React.SyntheticEvent) => void;
42 playIcon?: React.ReactNode;
43 previewAriaLabel?: string;
44 previewTabIndex?: number;
45}
46
47export interface Config {
48 dash?: Record<string, unknown>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected