UNPKG

rn-sherpa

Version:

A lightweight, flexible React Native library for creating powerful, step-by-step guided product tours with smart positioning and animations

7 lines 234 B
import { type TurboModule } from 'react-native'; export interface Spec extends TurboModule { multiply(a: number, b: number): number; } declare const _default: Spec; export default _default; //# sourceMappingURL=NativeCore.d.ts.map