UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

7 lines (6 loc) 187 B
import type { BaseComponent } from "../base"; import type { StackProps } from "./stack"; export interface HeaderProps extends BaseComponent { type: "header"; stack: StackProps; }