mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
chore(react/ribbon): add menu
This commit is contained in:
@@ -2,7 +2,7 @@ interface ActionButtonProps {
|
||||
text: string;
|
||||
icon: string;
|
||||
className?: string;
|
||||
onClick?: () => void;
|
||||
onClick?: (e: MouseEvent) => void;
|
||||
}
|
||||
|
||||
export default function ActionButton({ text, icon, className, onClick }: ActionButtonProps) {
|
||||
|
||||
Reference in New Issue
Block a user