UNPKG

tinacms

Version:

> The Fastest Way to Edit Next.js Content

9 lines (8 loc) 230 B
/// <reference types="react" /> interface CopyFieldProps { label?: string; description?: string; value: any; } export declare const CopyField: ({ label, description, value }: CopyFieldProps) => JSX.Element; export {};