UNPKG

@devlearn/paystack-react-native

Version:

A Paystack React Native SDK that allows you to build delightful payment experience in your native Android and IOS apps with React Native.

5 lines (4 loc) 134 B
import { FC } from 'react'; import type { Props } from './utils/interface'; declare const Index: FC<Props>; export default Index;