interpolateObjectArray.d.ts 113 B

12
  1. export default interpolateObjectArray;
  2. declare function interpolateObjectArray(a: any, b: any): (t: any) => any;