diff options
| author | MohamedBassem <me@mbassem.com> | 2024-05-19 17:56:57 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-05-19 17:56:57 +0000 |
| commit | f99f4c0ff118547388a7e1ea332aa8755a8c9baf (patch) | |
| tree | 21c077840912cee39e481bfdb71573e9b7d201a2 /apps/web/components/ui | |
| parent | bfcf0a4429e4d182307eb4c8599d4d11e9cc5bed (diff) | |
| download | karakeep-f99f4c0ff118547388a7e1ea332aa8755a8c9baf.tar.zst | |
feature(web): Add an archive button to list management dialog
Diffstat (limited to 'apps/web/components/ui')
| -rw-r--r-- | apps/web/components/ui/action-button.tsx | 1 |
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 }; |
