UNPKG

@remotion/zod-types

Version:

Zod types for Remotion

4 lines (3 loc) 194 B
import { z } from 'zod'; export declare const REMOTION_MATRIX_BRAND = "__remotion-matrix"; export declare const zMatrix: () => z.ZodEffects<z.ZodArray<z.ZodNumber, "many">, number[], number[]>;