Skip to content

Commit

Permalink
feat(bar): add BarItem component to the exposed package API (#1261)
Browse files Browse the repository at this point in the history
Add additional export of the default BarItem so that it can be used as a base BarComponent
  • Loading branch information
anirudh-0 committed Nov 9, 2020
1 parent daa9262 commit df211c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/bar/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* file that was distributed with this source code.
*/
export { default as Bar } from './Bar'
export { default as BarItem } from './BarItem'
export { default as BarCanvas } from './BarCanvas'
export { default as ResponsiveBar } from './ResponsiveBar'
export { default as ResponsiveBarCanvas } from './ResponsiveBarCanvas'
Expand Down

0 comments on commit df211c0

Please sign in to comment.