UNPKG

@popmotion/popcorn

Version:

Utility functions for animation and interactions.

5 lines (4 loc) 196 B
export declare type Check = (v: any) => boolean; export declare type Apply = (v: any) => any; declare const _default: (check: Check, apply: Apply) => (v: any) => any; export default _default;