import { ChevronDownIcon, ChevronUpIcon } from '@heroicons/react/24/outline' type Props = { title: string } const ExpandableHeader: React.FC = ({ title }) => ( ) export default ExpandableHeader