Files
story-studio/remotion/node_modules/@remotion/studio/dist/api/focus-default-props-path.d.ts
2026-02-21 10:33:18 +01:00

8 lines
246 B
TypeScript

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