compareRenderTree.d.ts 105 B

12
  1. export default compareElement;
  2. declare function compareElement(nextElement: any, lastElement: any): any;