UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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