type Props = { list: React.ReactNode[]; }; export function Configurations({ list }: Props) { return (