UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

6 lines (5 loc) 283 B
import type { Component } from "../../types/component"; import type { StackProps } from "../../types/components/stack"; type ComponentType = Component["type"]; export declare const hasComponentOfTypeInSubtree: (stack: StackProps, componentType: ComponentType) => boolean; export {};