UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 217 B
import React from 'react'; export declare const MutedSetting: React.FC<{ readonly muted: boolean; readonly setMuted: React.Dispatch<React.SetStateAction<boolean>>; readonly enforceAudioTrack: boolean; }>;