UNPKG

react-native-micro-interactions

Version:

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

6 lines 291 B
import type { AnimationConfigType } from '../constants/defaults'; export declare const MintProvider: ({ config, children }: any) => import("react/jsx-runtime").JSX.Element; export declare const useConfig: () => { config: AnimationConfigType; }; //# sourceMappingURL=MintProvider.d.ts.map