@jupyterlab/fileeditor
Version:
JupyterLab - Editor Widget
14 lines • 406 B
JavaScript
// Copyright (c) Jupyter Development Team.
// Distributed under the terms of the Modified BSD License.
/**
* @packageDocumentation
* @module fileeditor
*/
export * from './fileeditorlspadapter';
export * from './searchprovider';
export * from './syntaxstatus';
export * from './tabspacestatus';
export * from './toc';
export * from './tokens';
export * from './widget';
//# sourceMappingURL=index.js.map