interface MenuItemHeaderProps {
    email?: string;
    isLoading?: boolean;
    name: string;
}

Properties

email?: string

Email to display in the header

isLoading?: boolean

When true, show skeletons instead of the actual component

name: string

Name to display in the header

Generated using TypeDoc