chore(react/type_widget): add preview buttons

This commit is contained in:
Elian Doran
2025-09-20 13:15:13 +03:00
parent 6dd939df14
commit c49b90d33f
4 changed files with 39 additions and 16 deletions

View File

@@ -5,7 +5,7 @@ import keyboard_actions from "../../services/keyboard_actions";
export interface ActionButtonProps {
text: string;
titlePosition?: "bottom" | "left";
titlePosition?: "top" | "right" | "bottom" | "left";
icon: string;
className?: string;
onClick?: (e: MouseEvent) => void;