import { WebEditorForm } from '@@/WebEditorForm'; export function DockerContentField({ error, onChange, readonly, value, }: { value: string; onChange: (value: string) => void; error?: string; readonly?: boolean; }) { return ( You can get more information about Compose file format in the{' '} official documentation . ); }