UNPKG

@jupyterlab/fileeditor

Version:
15 lines (13 loc) 374 B
// 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';