UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

10 lines (9 loc) 310 B
import React from 'react'; import type { JSONPath } from './zod-types'; export declare const SchemaLabel: React.FC<{ readonly jsonPath: JSONPath; readonly onRemove: null | (() => void); readonly valid: boolean; readonly suffix: string | null; readonly handleClick: null | (() => void); }>;