UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

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