init commit
This commit is contained in:
7
remotion/node_modules/@remotion/studio/dist/api/focus-default-props-path.d.ts
generated
vendored
Normal file
7
remotion/node_modules/@remotion/studio/dist/api/focus-default-props-path.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import type { JSONPath } from '../components/RenderModal/SchemaEditor/zod-types';
|
||||
export declare const focusDefaultPropsPath: ({ path, scrollBehavior, }: {
|
||||
path: JSONPath;
|
||||
scrollBehavior?: ScrollBehavior;
|
||||
}) => {
|
||||
success: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user