8 lines
246 B
TypeScript
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;
|
|
};
|