UNPKG

react-native-svg

Version:
8 lines 366 B
import type { TurboModule } from 'react-native'; import type { Int32 } from 'react-native/Libraries/Types/CodegenTypes'; export interface Spec extends TurboModule { toDataURL(tag: Int32 | null, options?: Object, callback?: (base64: string) => void): void; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeSvgViewModule.d.ts.map