UNPKG

react-change-highlight

Version:

React component to highlight the changed content immediately and bring focus of the user into the changed part

3 lines (2 loc) 306 B
declare const setHighlight: (child: any, id: number, newlyAddedOnly: boolean, isInitial: boolean, showAfter: number, hideAfter: number, highlightStyle: string, clearHighlightRef: number, setClearHighlightFn: Function, updateClearHandler: Function, uniqueId: string) => void; export default setHighlight;