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