UNPKG

@remotion/zod-types

Version:

Zod types for Remotion

4 lines (3 loc) 152 B
import { z } from 'zod'; export declare const REMOTION_MATRIX_BRAND = "__remotion-matrix"; export declare const zMatrix: () => z.ZodArray<z.ZodNumber>;