import { WaitingOverlay } from '@auto-launch/components/Waiting'; import { ActionButton, SecondaryButton } from '@auto-launch/templates/button'; import { forwardRef } from '@wordpress/element'; import { pencil } from '@wordpress/icons'; import classNames from 'classnames'; export const DescriptionForm = ({ showTitle, title, onTitleChange, description, onDescriptionChange, descriptionRef, placeholder, submitLabel, submitDisabled, onSubmit, showEnhance, enhanceDisabled, onEnhance, consentTerms, waiting, waitingMessage, strings, autoFocus = true, }) => ( <> {/* biome-ignore lint: allow onClick without keyboard */}