UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 129 B
export declare const MuteToggle: React.FC<{ muted: boolean; setMuted: React.Dispatch<React.SetStateAction<boolean>>; }>;