UNPKG

@premieroctet/react-native-wallet

Version:

A React-Native wrapper for Apple PassKit and Google Wallet API

4 lines 246 B
import * as React from "react"; import { RNWalletViewProps } from "./RNWallet.types"; export default function RNWalletView({ onPress, style, buttonType, ...props }: RNWalletViewProps): React.JSX.Element; //# sourceMappingURL=RNWalletView.d.ts.map