UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

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