@jupyterlab/toc
Version:
JupyterLab - Table of Contents widget
19 lines (17 loc) • 464 B
text/typescript
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
/**
* @packageDocumentation
* @module toc
*/
export * from './factory';
export * from './model';
export * from './panel';
export * from './registry';
export * from './treeview';
export * from './tocitem';
export * from './toctree';
export * from './tokens';
export * from './tracker';
// Namespace the utils
export * as TableOfContentsUtils from './utils';