export function KeystaticContentRenderer(props: { content: unknown }) { return props.content as React.ReactNode; }