UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

14 lines 637 B
/** * IReactJSONSettingsV1 was based off the original react-json-view based in this package: * import ReactJson from 'react-json-view'; * https://github.com/mac-s-g/react-json-view * * IReactJSONSettingsV2 is based off a newer actively supported open source project that is recommended by the aformentioned owner: * The new one does not need to be installed but is dynamically loaded when needed (unless you use the function variant) * https://github.com/microlinkhq/react-json-view/ * * npm install @microlink/react-json-view --save * */ export {}; //# sourceMappingURL=IReactJSONSettingsV2.js.map