UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 209 B
import type { WebViewProps } from "../../types/components/web-view"; declare const WebView: import("svelte").Component<WebViewProps, {}, "">; type WebView = ReturnType<typeof WebView>; export default WebView;