MCPcopy Index your code
hub / github.com/cookpete/react-player / ReactPlayerProps

Interface ReactPlayerProps

src/types.ts:27–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27export interface ReactPlayerProps extends PreviewProps, VideoElementProps {
28 config?: Config;
29 fallback?: React.ReactNode;
30 onReady?: () => void;
31 onStart?: (event: SyntheticEvent<HTMLVideoElement>) => void;
32 pip?: boolean;
33 playing?: boolean;
34 wrapper?: string | React.ComponentType<React.HTMLAttributes<HTMLDivElement>>;
35}
36
37export interface PreviewProps {
38 src?: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…