export const Panel = ({ props }: { props: Record }): string => { return String(props.title) }