UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 244 B
import type { WalletButtonProps } from "../../types/components/wallet-button"; declare const WalletButton: import("svelte").Component<WalletButtonProps, {}, "">; type WalletButton = ReturnType<typeof WalletButton>; export default WalletButton;