Skip to content

Commit cf401dc

Browse files
committed
update overlooked paypal messages export
1 parent 31c7647 commit cf401dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/paypal-js/types/v6/components/paypal-messages.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export type FetchContentOptions = PayPalMessagesOptions & {
4747
/**
4848
* Options for configuring Learn More presentations.
4949
*/
50-
type LearnMoreOptions = PayPalMessagesOptions & {
50+
export type LearnMoreOptions = PayPalMessagesOptions & {
5151
amount?: string;
5252
presentationMode: "AUTO" | "MODAL" | "POPUP" | "REDIRECT";
5353
onShow?: (data?: object) => void;

0 commit comments

Comments
 (0)