Skip to content

Commit

Permalink
Expose LabWidgetManager and KernelWidgetManager
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Mar 19, 2021
1 parent 8dcf591 commit 3c40d29
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion jupyterlab_widgets/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ export default WidgetManagerProvider;

export { registerWidgetManager } from './plugin';

export { WidgetManager } from './manager';
export {
KernelWidgetManager,
LabWidgetManager,
WidgetManager
} from './manager';

export { WidgetRenderer } from './renderer';

Expand Down

0 comments on commit 3c40d29

Please sign in to comment.