UNPKG

react-native-micro-interactions

Version:

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

7 lines (6 loc) 310 B
"use strict"; import AnimatedWrapper from "./components/AnimatedWrapper.js"; import { AnimationConfig } from "./constants/defaults.js"; import { MintProvider, useConfig } from "./provider/MintProvider.js"; export { AnimatedWrapper, AnimationConfig, MintProvider, useConfig }; //# sourceMappingURL=index.js.map