UNPKG

@revenuecat/purchases-ui-js

Version:

Web components for Paywalls. Powered by RevenueCat

5 lines (4 loc) 211 B
import type { TextNodeProps } from "../../types/components/text"; declare const TextNode: import("svelte").Component<TextNodeProps, {}, "">; type TextNode = ReturnType<typeof TextNode>; export default TextNode;