UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

3 lines (2 loc) 172 B
import type { DataSourceParam } from "../types"; export declare const useSVG: (source: DataSourceParam, onError?: (err: Error) => void) => import("../types").SkSVG | null;