Skip to content

Commit

Permalink
expose RadioGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinMalfait committed Mar 8, 2021
1 parent 2b11456 commit 76ceac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/@headlessui-react/src/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ it('should expose the correct components', () => {
'Menu',
'Popover',
'Portal',
'RadioGroup',
'Switch',
'Transition',
])
Expand Down
1 change: 1 addition & 0 deletions packages/@headlessui-react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ export * from './components/listbox/listbox'
export * from './components/menu/menu'
export * from './components/popover/popover'
export * from './components/portal/portal'
export * from './components/radio-group/radio-group'
export * from './components/switch/switch'
export * from './components/transitions/transition'

0 comments on commit 76ceac2

Please sign in to comment.