mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
feat(react): port add_link
This commit is contained in:
@@ -3,7 +3,7 @@ import { useRef } from "preact/hooks";
|
||||
|
||||
interface ButtonProps {
|
||||
/** Reference to the button element. Mostly useful for requesting focus. */
|
||||
buttonRef: RefObject<HTMLButtonElement>;
|
||||
buttonRef?: RefObject<HTMLButtonElement>;
|
||||
text: string;
|
||||
className?: string;
|
||||
keyboardShortcut?: string;
|
||||
|
||||
Reference in New Issue
Block a user