@jupyterlab/fileeditor
Version:
JupyterLab - Editor Widget
15 lines (13 loc) • 374 B
text/typescript
// 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';