import classNames from 'classnames'; import type { HttpResponse } from '../lib/models'; import { Separator } from './core/Separator'; import { HStack } from './core/Stacks'; interface Props { response: HttpResponse; } export function ResponseHeaders({ response }: Props) { return (