mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 21:36:05 +01:00
feat(website): mobile toggle menu
This commit is contained in:
@@ -8,6 +8,7 @@ interface LinkProps {
|
||||
openExternally?: boolean;
|
||||
children: ComponentChildren;
|
||||
title?: string;
|
||||
onClick?: (e: MouseEvent) => void;
|
||||
}
|
||||
|
||||
interface ButtonProps extends Omit<LinkProps, "children"> {
|
||||
|
||||
Reference in New Issue
Block a user