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