UNPKG

react-native-diff-viewer

Version:

A React Native component for viewing and comparing JSON configurations with side-by-side diff view

6 lines (5 loc) 197 B
import React from 'react'; import type { DiffViewerProps } from '../types'; declare const DiffViewer: React.NamedExoticComponent<DiffViewerProps>; export { DiffViewer }; export default DiffViewer;