UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

7 lines (6 loc) 207 B
import type { LocalState } from './local-state'; import type { JSONPath } from './zod-types'; export declare const ZodFieldValidation: React.FC<{ localValue: LocalState<unknown>; path: JSONPath; }>;