UNPKG

alinea

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