UNPKG

@microbitsclub/paywall-solid

Version:
6 lines (5 loc) 209 B
import { JSX } from 'solid-js'; export interface PaywallPopoverContainerProps { children: JSX.Element; } export declare const PaywallPopoverContainer: (props: PaywallPopoverContainerProps) => JSX.Element;