alinea
Version:
[](https://npmjs.org/package/alinea) [](https://packagephobia.com/result?p=alinea)
8 lines (7 loc) • 336 B
TypeScript
import { PropsWithChildren } from 'react';
import { EntryEditor } from '../../atoms/EntryEditorAtoms.js';
export interface EntryTitleProps {
editor: EntryEditor;
backLink?: string;
}
export declare function EntryTitle({ children, editor, backLink }: PropsWithChildren<EntryTitleProps>): import("react/jsx-runtime").JSX.Element;