aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/ui/action-button.tsx
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-05-19 17:56:57 +0000
committerMohamedBassem <me@mbassem.com>2024-05-19 17:56:57 +0000
commitf99f4c0ff118547388a7e1ea332aa8755a8c9baf (patch)
tree21c077840912cee39e481bfdb71573e9b7d201a2 /apps/web/components/ui/action-button.tsx
parentbfcf0a4429e4d182307eb4c8599d4d11e9cc5bed (diff)
downloadkarakeep-f99f4c0ff118547388a7e1ea332aa8755a8c9baf.tar.zst
feature(web): Add an archive button to list management dialog
Diffstat (limited to 'apps/web/components/ui/action-button.tsx')
-rw-r--r--apps/web/components/ui/action-button.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/web/components/ui/action-button.tsx b/apps/web/components/ui/action-button.tsx
index 2ac361f5..b3984d97 100644
--- a/apps/web/components/ui/action-button.tsx
+++ b/apps/web/components/ui/action-button.tsx
@@ -58,3 +58,4 @@ const ActionButtonWithTooltip = React.forwardRef<
ActionButtonWithTooltip.displayName = "ActionButtonWithTooltip";
export { ActionButton, ActionButtonWithTooltip };
+export type { ActionButtonProps };