UNPKG

react-svg

Version:

A React component that injects SVG into the DOM.

6 lines (5 loc) 130 B
interface O { [key: string]: unknown; } declare const shallowDiffers: (a: O, b: O) => boolean; export default shallowDiffers;