UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 204 B
import { type AnyZodSchema } from './zod-schema-type'; export declare const createZodValues: (schema: AnyZodSchema, zodRuntime: unknown, zodTypes: typeof import("@remotion/zod-types") | null) => unknown;