fancy icon based on if path selected
This commit is contained in:
3
src/typings.d.ts
vendored
3
src/typings.d.ts
vendored
@@ -193,9 +193,10 @@ interface SourcePreferences {
|
||||
props: any
|
||||
}
|
||||
|
||||
interface NavbarItem{
|
||||
interface NavbarItem {
|
||||
path: string,
|
||||
title:string,
|
||||
SelectedIconComponent: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>,
|
||||
IconComponent: OverridableComponent<SvgIconTypeMap<{}, 'svg'>>,
|
||||
show: 'mobile' | 'desktop' | 'both'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user