UNPKG

@remotion/studio

Version:

APIs for interacting with the Remotion Studio

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