UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

5 lines (4 loc) 292 B
import type { AnyZodSchema } from './zod-schema-type'; export declare const getZodNumberMinimum: (schema: AnyZodSchema) => number; export declare const getZodNumberMaximum: (schema: AnyZodSchema) => number; export declare const getZodNumberStep: (schema: AnyZodSchema) => number | undefined;