UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 242 B
type TimelineWidthContextType = number | null; export declare const TimelineWidthContext: import("react").Context<TimelineWidthContextType>; export declare const TimelineWidthProvider: React.FC<{ children: React.ReactNode; }>; export {};