fix(core): remove redundant SidebarItem text type
This commit is contained in:
@@ -135,7 +135,6 @@ type SidebarItemButtonProps = SidebarItemBaseProps & {
|
||||
};
|
||||
|
||||
type SidebarItemLinkProps = SidebarItemBaseProps & {
|
||||
text?: string;
|
||||
to: string;
|
||||
onClick?: (ev: React.MouseEvent) => void;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user