@voila-dashboards/jupyterlab-gridstack
Version:
A gridstack-based template for [](https://github.com/voila-dashboards/voila).
11 lines (10 loc) • 316 B
TypeScript
import { ReactWidget } from '@jupyterlab/apputils';
import { VoilaGridStackPanel } from '../panel';
/**
* A toolbar widget to open the dashboard metadata editor dialog.
*/
export default class Edit extends ReactWidget {
constructor(panel: VoilaGridStackPanel);
render(): JSX.Element;
private _panel;
}