UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

5 lines (4 loc) 126 B
export declare const Point: { add: (a: number, b: number) => number; remove: (a: number, b: number) => number; };