diff --git a/src/index.ts b/src/index.ts index beadb701b..cb1ff02c1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -65,3 +65,9 @@ export type { AppNotificationProps } from './components/AppNotification'; // TODO(next-major): Remove the below types at the next major release export type { PageNotificationProps as PageNotificationV2Props } from './components/PageNotification'; export type { AppNotificationProps as AppNotificationV2Props } from './components/AppNotification'; + +/** + * Utilities re-exported from dependent libraries + */ +// https://headlessui.com/v1/react/transition +export { Transition } from '@headlessui/react';