UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 179 B
import type { PageControl } from "../../types/components/carousel"; declare const PageControl: any; type PageControl = ReturnType<typeof PageControl>; export default PageControl;