UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

7 lines (6 loc) 180 B
import { Point2D } from '../types'; declare const _default: (origin: Point2D, angle: number, distance: number) => { x: number; y: number; }; export default _default;