UNPKG

react-native-diff-viewer

Version:

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

3 lines 153 B
export { DiffViewer } from './components/DiffViewer'; export { default } from './components/DiffViewer'; export type { DiffViewerProps } from './types';