@bounceapp/lottie
Version:
Lottie wrapper for React Native Web
7 lines • 372 B
TypeScript
import React from "react";
import type { LottieViewRef } from "./types";
declare const LottieView: React.ForwardRefExoticComponent<Pick<import("lottie-react-native").LottieViewProps, "source" | "style" | "loop" | "autoPlay"> & {
onAnimationFinish?: () => void;
} & React.RefAttributes<LottieViewRef>>;
export { LottieView };
//# sourceMappingURL=Lottie.native.d.ts.map