Skip to content

Commit

Permalink
Fix isChildOfHeader error
Browse files Browse the repository at this point in the history
  • Loading branch information
brandones committed Apr 19, 2024
1 parent 948ff29 commit cd9d412
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ declare module '*.css';
declare module '*.scss';
declare module '@carbon/react';
declare type HeaderPanelProps = {};
declare type SideNavProps = {};
declare type SideNavProps = {
isChildOfHeader?: boolean;
};

0 comments on commit cd9d412

Please sign in to comment.