show different NavbarItems depending on device width
This commit is contained in:
1
src/typings.d.ts
vendored
1
src/typings.d.ts
vendored
@@ -197,4 +197,5 @@ interface NavbarItem{
|
||||
path: string,
|
||||
title:string,
|
||||
IconComponent: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>,
|
||||
show: 'mobile' | 'desktop' | 'both'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user