UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

12 lines (11 loc) 471 B
import React from 'react'; import type { z } from 'zod'; export declare const VERTICAL_GUIDE_HEIGHT = 24; export declare const SchemaSeparationLine: React.FC; export declare const SchemaArrayItemSeparationLine: React.FC<{ readonly onChange: (updater: (oldV: unknown[]) => unknown[], forceApply: boolean, increment: boolean) => void; readonly index: number; readonly schema: z.ZodTypeAny; readonly showAddButton: boolean; readonly isLast: boolean; }>;