sanity
Version:
Sanity is a real-time content infrastructure with a scalable, hosted backend featuring a Graph Oriented Query Language (GROQ), asset pipelines and fast edge caches
20 lines (18 loc) • 389 B
text/typescript
import {
BlockImagePreview,
BlockPreview,
CompactPreview,
DefaultPreview,
DetailPreview,
InlinePreview,
MediaPreview,
} from '../../components'
export const _previewComponents = {
block: BlockPreview,
blockImage: BlockImagePreview,
compact: CompactPreview,
default: DefaultPreview,
detail: DetailPreview,
inline: InlinePreview,
media: MediaPreview,
} as const