mirror of
https://github.com/SamyRai/turash.git
synced 2025-12-26 23:01:33 +00:00
9 lines
227 B
TypeScript
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';
|
|
|