Skip to content

Commit

Permalink
Resolves: #94, re-export public API components from index
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed May 7, 2022
1 parent 0654f8e commit 1db97b2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ember-headlessui/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export { default as Dialog } from './components/dialog';
export { default as Listbox } from './components/listbox';
export { default as Menu } from './components/menu';
export { default as Switch } from './components/switch';
export { default as Transition } from './components/transition';

0 comments on commit 1db97b2

Please sign in to comment.