Skip to content

Commit

Permalink
Add missing JS widget exports!
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Jun 15, 2020
1 parent 71d254d commit 0552f20
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions js/src/widgets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ export {

export { ScaledArrayModel } from './datawidgets';

export {
QuantizeScaleModel,
QuantileScaleModel,
TresholdScaleModel,
OrdinalScaleModel,
} from './scale';

export {
DropdownView,
StringDropdownModel,
Expand Down

0 comments on commit 0552f20

Please sign in to comment.