Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
fix(Navigation): fix interface
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschall committed Jan 6, 2023
1 parent 8883cd0 commit 711a54c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import tw from 'twin.macro';
import { MumbleLogo, IMumbleLogoProps } from './branding/MumbleLogo';
import { NaviButton, INaviButtonProps } from './buttons/NaviButton';

export interface INavigationProps extends React.ReactElement<HTMLDivElement> {
export interface INavigationProps {
logo: IMumbleLogoProps;
avatar: INaviButtonProps;
settings: INaviButtonProps;
Expand Down

0 comments on commit 711a54c

Please sign in to comment.