UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 215 B
import type { TimelineProps } from "../../types/components/timeline"; declare const Timeline: import("svelte").Component<TimelineProps, {}, "">; type Timeline = ReturnType<typeof Timeline>; export default Timeline;