UNPKG

@shopify/react-native-skia

Version:

High-performance React Native Graphics using Skia

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