UNPKG

motionkit-romjah

Version:

A collection of reusable micro-animations for modern web applications. [Live Storybook demo](https://motionkit-storybook.vercel.app/)

3 lines (2 loc) 136 B
import { EasingFunction } from '../types'; export declare const getEasingFunction: (easing: EasingFunction) => ((t: number) => number);