UNPKG

jupyterlab-logout

Version:
6 lines (5 loc) 226 B
import { JupyterFrontEndPlugin } from '@jupyterlab/application'; import '@jupyterlab/application/style/buttons.css'; import '../style/index.css'; declare const extension: JupyterFrontEndPlugin<void>; export default extension;