UNPKG

react-native-micro-interactions

Version:

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

6 lines 357 B
import AnimatedWrapper, { type AnimatedWrapperProps } from "./components/AnimatedWrapper"; import { AnimationConfig } from "./constants/defaults"; import { MintProvider, useConfig } from "./provider/MintProvider"; export type { AnimatedWrapperProps }; export { AnimatedWrapper, AnimationConfig, MintProvider, useConfig }; //# sourceMappingURL=index.d.ts.map