UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

3 lines (2 loc) 197 B
import type { ZodType } from '../components/get-zod-if-possible'; export declare const getZodSchemaFromPrimitive: (value: unknown, z: ZodType) => import("zod").ZodString | import("zod").ZodNumber;