Skip to content

Commit

Permalink
feat: re-export HeadlessUI's Transition component (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
booc0mtaco authored Oct 10, 2024
1 parent ff7dd65 commit a4a5fc8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

0 comments on commit a4a5fc8

Please sign in to comment.