UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

4 lines (3 loc) 131 B
import { Point, Point3D } from '../types'; declare const _default: (point: Point) => point is Point3D; export default _default;