react-native-svg
Version:
SVG library for react-native
8 lines • 366 B
TypeScript
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