UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 221 B
import type { ZodSafeParseResult } from './zod-schema-type'; import type { JSONPath } from './zod-types'; export declare const ZodFieldValidation: React.FC<{ zodValidation: ZodSafeParseResult; path: JSONPath; }>;