import type { PropsWithChildren } from 'react' export function DetailSectionGroup({ children, }: PropsWithChildren): JSX.Element { return
{children}
}