UNPKG
json-diff-react
Version:
latest (1.0.1)
1.0.1
1.0.0
A React.js component based on the json-diff package
github.com/relex/json-diff-react
json-diff-react
/
lib
/
JsonDiff
/
Internal
/
colorize.d.ts
2 lines
(1 loc)
•
95 B
TypeScript
View Raw
1
2
export
function
colorize
(
diff
:
any
,
options
: {} |
undefined
,
customization
:
any
):
JSX
.
Element
;