UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

5 lines (4 loc) 169 B
import type { Video } from "../../skia/types"; type VideoSource = string | null; export declare const useVideoLoading: (source: VideoSource) => Video | null; export {};