Commit index.ts twenty-ui (#12310)
Related to https://github.com/twentyhq/twenty/pull/12282
This commit is contained in:
@ -24,5 +24,6 @@ export { isModifiedEvent } from './events/isModifiedEvent';
|
|||||||
export { useIsMobile } from './responsive/hooks/useIsMobile';
|
export { useIsMobile } from './responsive/hooks/useIsMobile';
|
||||||
export { useScreenSize } from './screen-size/hooks/useScreenSize';
|
export { useScreenSize } from './screen-size/hooks/useScreenSize';
|
||||||
export { createState } from './state/utils/createState';
|
export { createState } from './state/utils/createState';
|
||||||
|
export type { ClickOutsideAttributes } from './types/ClickOutsideAttributes';
|
||||||
export type { Nullable } from './types/Nullable';
|
export type { Nullable } from './types/Nullable';
|
||||||
export { getDisplayValueByUrlType } from './utils/getDisplayValueByUrlType';
|
export { getDisplayValueByUrlType } from './utils/getDisplayValueByUrlType';
|
||||||
|
|||||||
Reference in New Issue
Block a user