UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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