UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

6 lines (5 loc) 275 B
import type { DataSourceParam } from "../types"; /** * Returns a Skia Animated Image object * */ export declare const useAnimatedImage: (source: DataSourceParam, onError?: ((err: Error) => void) | undefined, managed?: boolean) => import("../types").SkAnimatedImage | null;