compareRenderTree.d.ts 105 B

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