import * as React from 'react'; import { useState } from 'react' import { useThemeHooks } from '@redocly/theme/core/hooks'; import { LogEntry, LogEntryItem } from './LogEntry'; /** * A button that allows a single field to be submitted & logs displayed underneath. */ export interface TextLookupFormProps { /** * The big header above the button. */ title: string /** * Main description for what the button will do. Usually wrapped in