import React, { FunctionComponent, ReactNode } from "react" //hardcode type Props = { title: React.ReactNode, items: React.ReactNode[] } const NewC