UNPKG

react-native-micro-interactions

Version:

Effortlessly enhance your React Native components with subtle micro-interactions and animations.

6 lines 256 B
export declare function useRunAnimation(runIndividualAnimation: () => void, isGroup: boolean): { addAnimation: (fn: () => void) => void; runCurrentAnimation: () => void; runAnimation: () => void; }; //# sourceMappingURL=useRunAnimation.d.ts.map