import { ContentKitImage } from '@gitbook/api'; import { ContentKitServerElementProps } from './types'; export function ElementImage(props: ContentKitServerElementProps) { const { element } = props; // TODO: do block display with aspect ratio return ; }