From f99f4c0ff118547388a7e1ea332aa8755a8c9baf Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Sun, 19 May 2024 17:56:57 +0000 Subject: feature(web): Add an archive button to list management dialog --- apps/web/components/ui/action-button.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/web/components/ui/action-button.tsx') 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 }; -- cgit v1.2.3-70-g09d2