UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

8 lines (7 loc) 220 B
import React from 'react'; import type { JSONPath } from './zod-types'; export declare const ZonNonEditableValue: React.FC<{ readonly jsonPath: JSONPath; readonly label: string; readonly mayPad: boolean; }>;