Skip to content

Commit 7a8767e

Browse files
committed
fix: bad type
1 parent 7dfd338 commit 7a8767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Paywall/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export declare interface PaywallProps extends Pick<
3434
/**
3535
* Ref to the content
3636
*/
37-
contentRef?: RefObject<RestrictedContentRef>;
37+
contentRef?: RefObject<RestrictedContentRef | null>;
3838
/**
3939
* Custom wrapper component ID
4040
*/

0 commit comments

Comments
 (0)