turash/bugulma/frontend/components/paywall/index.ts

9 lines
227 B
TypeScript

/**
* Paywall Components
*/
export { Paywall, type PaywallProps } from './Paywall';
export { FeatureGate, type FeatureGateProps } from './FeatureGate';
export { LimitWarning, type LimitWarningProps } from './LimitWarning';