Skip to content

Commit

Permalink
fix(types): export the ScriptProviderProps interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gregjopa committed Jul 5, 2021
1 parent 236c3cf commit e97e3d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ScriptContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function usePayPalScriptReducer(): [
return [derivedStatusContext, dispatchContext];
}

interface ScriptProviderProps {
export interface ScriptProviderProps {
options: PayPalScriptOptions;
children?: React.ReactNode;
deferLoading?: boolean;
Expand Down

0 comments on commit e97e3d0

Please sign in to comment.