UNPKG

alinea

Version:
7 lines (6 loc) 232 B
import type { Entry } from 'alinea/core/Entry'; export type EntryDiffProps = { entryA: Entry; entryB: Entry; }; export declare function EntryDiff({ entryA, entryB }: EntryDiffProps): import("react/jsx-runtime").JSX.Element;