@jupyterlab/toc
Version:
JupyterLab - Table of Contents widget
15 lines (14 loc) • 337 B
TypeScript
/**
* @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';
export * as TableOfContentsUtils from './utils';