UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

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