UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

6 lines (5 loc) 148 B
import React from 'react'; export declare const TimelineCollapseToggle: React.FC<{ readonly collapsed: boolean; readonly color: string; }>;