UNPKG

react-native-svg

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