Skip to content

Commit

Permalink
Merge pull request #483 from lifeomic/fixup-type
Browse files Browse the repository at this point in the history
  • Loading branch information
swain committed Dec 1, 2023
2 parents 57b28d2 + 5c43828 commit d717f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/DeveloperConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ export type DeveloperConfig = {
}>;
CustomStacks?: Record<string, () => JSX.Element>;
renderCustomLoginScreen?: () => JSX.Element;
CustomConsentScreen?: (props: CustomConsentScreenProps) => JSX.Element;
CustomConsentScreen?: ComponentType<CustomConsentScreenProps>;
sharingRenderers?: {
pointBreakdown: (props: PointBreakdownProps) => React.JSX.Element;
};
Expand Down

0 comments on commit d717f62

Please sign in to comment.