UNPKG

@jupyterlab/toc

Version:

JupyterLab - Table of Contents widget

18 lines 496 B
// 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'; //# sourceMappingURL=index.js.map