UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 194 B
import type { VideoProps } from "../../types/components/video"; declare const Video: import("svelte").Component<VideoProps, {}, "">; type Video = ReturnType<typeof Video>; export default Video;