@voila-dashboards/jupyterlab-gridstack
Version:
A gridstack-based template for [](https://github.com/voila-dashboards/voila).
11 lines (10 loc) • 339 B
TypeScript
import { JupyterFrontEndPlugin } from '@jupyterlab/application';
import { IVoilaGridStackTracker } from './widget';
export declare namespace CommandIDs {
const undo = "grideditor:undo";
const redo = "grideditor:redo";
}
/**
* The main editor plugin.
*/
export declare const editor: JupyterFrontEndPlugin<IVoilaGridStackTracker>;