UNPKG

@jupyterlab/ui-components

Version:

JupyterLab - UI components written in React

13 lines 369 B
// Copyright (c) Jupyter Development Team. // Distributed under the terms of the Modified BSD License. /** * @packageDocumentation * @module ui-components */ export * from './blueprint'; export * from './components'; export * from './icon'; export * from './tokens'; export * from './utils'; export * from './FormComponentRegistry'; //# sourceMappingURL=index.js.map