UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 325 B
import React from 'react'; export declare const DEFAULT_PROPS_PATH_CLASSNAME = "__remotion-default-props-editor-label"; export declare const DEFAULT_PROPS_PATH_ACTIVE_CLASSNAME = "__remotion-default-props-editor-label-active"; export declare const defaultPropsEditorScrollableAreaRef: React.RefObject<HTMLDivElement | null>;