export type HeaderBarMenuType = | 'all' | 'desktop' | 'mobile' | 'none' export type HeaderBarNavType = | 'all' | 'desktop' | 'mobile' | 'none'