fix: 🏷️ Fix tipizzazione di `DrawerEntry`
This commit is contained in:
parent
7ac65e8a69
commit
677388ebfb
|
@ -14,7 +14,8 @@ import {ValueOf} from 'type-fest';
|
|||
|
||||
type Icons = ValueOf<typeof MaterialIcons>;
|
||||
|
||||
export interface DrawerEntryAttributes extends Attributes, ListItemLink {
|
||||
export interface DrawerEntryAttributes extends Attributes, Partial<ListItemLink> {
|
||||
href: ListItemLink['href'];
|
||||
icon: Icons;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue