UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

3 lines (2 loc) 202 B
import type { DataSourceParam, SkImage } from "../../skia/types"; export declare const useAnimatedImageValue: (source: DataSourceParam) => import("react-native-reanimated").SharedValue<SkImage | null>;