UNPKG

@candypay/react-checkout-pos

Version:

🧩 React components for integrating Solana Pay into your React application seamlessly

11 lines (8 loc) • 292 B
import * as react from 'react'; import { FC } from 'react'; import { IProviderProps } from '../types/props.js'; declare const CandyPayContext: react.Context<{ publicApiKey: string; }>; declare const CandyPayProvider: FC<IProviderProps>; export { CandyPayContext, CandyPayProvider };