MCPcopy
hub / github.com/midrender/revideo / RevideoPlayerProps

Interface RevideoPlayerProps

packages/player-react/src/index.tsx:9–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7import {shouldShowControls} from './utils';
8
9interface RevideoPlayerProps {
10 playing?: string;
11 variables?: string;
12 looping?: string;
13 width?: number;
14 height?: number;
15 quality?: number;
16 fps?: number;
17 volume?: number;
18}
19
20declare global {
21 namespace JSX {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected