autumn-js
Version:
Autumn JS Library
14 lines (11 loc) • 308 B
text/typescript
import { C as CheckFeaturePreview } from '../prodTypes-C4aZSZfO.mjs';
import 'zod/v4';
declare const usePaywall: ({ featureId, entityId, }: {
featureId?: string;
entityId?: string;
}) => {
data: CheckFeaturePreview | undefined;
error: any;
isLoading: boolean;
};
export { usePaywall };