From 42d493d31d02bd6b5a2fc70309069b05114ac81d Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Tue, 27 May 2025 11:37:19 +0200 Subject: [PATCH] Commit `index.ts` twenty-ui (#12310) Related to https://github.com/twentyhq/twenty/pull/12282 --- packages/twenty-ui/src/utilities/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/twenty-ui/src/utilities/index.ts b/packages/twenty-ui/src/utilities/index.ts index c2774c4c2..6562033b8 100644 --- a/packages/twenty-ui/src/utilities/index.ts +++ b/packages/twenty-ui/src/utilities/index.ts @@ -24,5 +24,6 @@ export { isModifiedEvent } from './events/isModifiedEvent'; export { useIsMobile } from './responsive/hooks/useIsMobile'; export { useScreenSize } from './screen-size/hooks/useScreenSize'; export { createState } from './state/utils/createState'; +export type { ClickOutsideAttributes } from './types/ClickOutsideAttributes'; export type { Nullable } from './types/Nullable'; export { getDisplayValueByUrlType } from './utils/getDisplayValueByUrlType';