UNPKG

autumn-js

Version:
14 lines (11 loc) 308 B
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 };