UNPKG

alinea

Version:

[![npm](https://img.shields.io/npm/v/alinea.svg)](https://npmjs.org/package/alinea) [![install size](https://packagephobia.com/badge?p=alinea)](https://packagephobia.com/result?p=alinea)

8 lines (7 loc) 299 B
import { RichTextShape, TextDoc } from 'alinea/core'; export type RichTextDiffProps = { shape: RichTextShape<any>; valueA: TextDoc<any>; valueB: TextDoc<any>; }; export declare function RichTextDiff({ shape, valueA, valueB }: RichTextDiffProps): import("react/jsx-runtime").JSX.Element;