UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 246 B
import type { JSONPath } from '../components/RenderModal/SchemaEditor/zod-types'; export declare const focusDefaultPropsPath: ({ path, scrollBehavior, }: { path: JSONPath; scrollBehavior?: ScrollBehavior; }) => { success: boolean; };