UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

4 lines (3 loc) 290 B
import type { Action } from "../../types/components/button"; /** Whether a workflow / complete_workflow button should be disabled. */ export declare function isWorkflowButtonInputGated(actionType: Action["type"], requireValidInputs: boolean | undefined, inputsSatisfied: boolean): boolean;