UNPKG

alinea

Version:
6 lines (5 loc) 237 B
import type { EntryEditor } from '../atoms/EntryEditorAtoms.js'; export interface ContentViewProps { editor?: EntryEditor; } export declare function ContentView({ editor }: ContentViewProps): import("react/jsx-runtime").JSX.Element;