type AccordionItemProps = Omit<Props<"div">, "children"> & { children?: RemixNode; disabled?: boolean; value: string; };