UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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