Skip to content

Commit

Permalink
Merge pull request #33796 from shubham1206agra/fix-type-header
Browse files Browse the repository at this point in the history
  • Loading branch information
mountiny authored Dec 31, 2023
2 parents 8cb48e4 + d0e03fe commit 7433cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/HeaderWithBackButton/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type ThreeDotsMenuItems = {
onSelected: () => void;
};

type HeaderWithBackButtonProps = ChildrenProps & {
type HeaderWithBackButtonProps = Partial<ChildrenProps> & {
/** Title of the Header */
title?: string;

Expand Down

0 comments on commit 7433cdb

Please sign in to comment.