Skip to content

Commit

Permalink
feat: export ToolbarSelectOption and ToolbarMenuItem
Browse files Browse the repository at this point in the history
  • Loading branch information
henryqdineen committed Jun 15, 2021
1 parent 9442058 commit 16820b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/graphiql/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ export { DocExplorer } from './components/DocExplorer';
/**
* Toolbar
*/
export { ToolbarMenu } from './components/ToolbarMenu';
export { ToolbarMenu, ToolbarMenuItem } from './components/ToolbarMenu';
export { ToolbarButton } from './components/ToolbarButton';
export { ToolbarGroup } from './components/ToolbarGroup';
export { ToolbarSelect } from './components/ToolbarSelect';
export { ToolbarSelect, ToolbarSelectOption } from './components/ToolbarSelect';

/**
* Utilities
Expand Down

0 comments on commit 16820b8

Please sign in to comment.