UNPKG

react-native-diff-viewer

Version:

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

15 lines (14 loc) 403 B
export declare const DIFF_VIEWER_STRINGS: { readonly OLD_VERSION: "Original Version"; readonly NEW_VERSION: "Modified Version"; }; export declare const DIFF_TYPES: { readonly ADDED: "ADDED"; readonly REMOVED: "REMOVED"; readonly CHANGED: "CHANGED"; readonly UNCHANGED: "UNCHANGED"; }; export declare const DIFF_SIDES: { readonly LEFT: "LEFT"; readonly RIGHT: "RIGHT"; };