UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

9 lines (8 loc) 474 B
import type { TimelineItemProps, TimelineProps } from "../../data/entities"; export declare function getTimelineStyles(props: TimelineProps): string; export declare function getTimelineItemStyles(props: TimelineItemProps): string; export declare function getTimelineItemTextStyles(props: TimelineItemProps, kind?: "title" | "description"): { textStyles: string; tagToRender: import("../../utils/style-utils").TextComponentTags; textLabel: string | undefined; };