UNPKG

@bounceapp/lottie

Version:

Lottie wrapper for React Native Web

8 lines 338 B
import type { LottieViewProps } from "./types"; export declare const LottieView: import("react").ForwardRefExoticComponent<LottieViewProps & import("react").RefAttributes<{ play: (s?: number, e?: number) => void; reset: () => void; pause: () => void; resume: () => void; }>>; //# sourceMappingURL=LottieView.react.d.ts.map