UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

11 lines (10 loc) 460 B
import type { WorkflowNavData } from "../../../types/workflow-nav"; /** * Two-page workflow fixture. The "Next" button uses a "workflow" action, whose * destination is resolved client-side via the step's trigger_actions map. * * Page layout: * "rcpaywall_welcome" — welcome screen with a "Next →" button * "rcpaywall_details" — details screen with "← Back" and "✕ Close" buttons */ export declare const TWO_PAGE_WORKFLOW: WorkflowNavData;