UNPKG

react-code-compare

Version:

A simple and fast text diff viewer component

11 lines (8 loc) 272 B
import { SHORT_PREFIX } from './types.js'; import 'react'; import '@tanstack/react-virtual'; import './styles.js'; import 'create-emotion'; import './compute-lines.js'; declare const LineNumberPrefix: Record<"LEFT" | "RIGHT", SHORT_PREFIX>; export { LineNumberPrefix };