interface Props { action(): void } export default function ShowMoreButton({ action }: Props) { return ( ) }