Commit index.ts twenty-ui (#12310)

Related to https://github.com/twentyhq/twenty/pull/12282
This commit is contained in:
Paul Rastoin
2025-05-27 11:37:19 +02:00
committed by GitHub
parent 7b5d6a2ffc
commit 42d493d31d

View File

@ -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';