@deephaven/js-plugin-plotly-express
Version:
Deephaven plotly express plugin
15 lines • 561 B
TypeScript
import { DashboardPlugin } from './DashboardPlugin.js';
export * from './DashboardPlugin.js';
export * from './PlotlyExpressChartModel.js';
export * from './PlotlyExpressChartUtils.js';
declare const PlotlyExpressMultiPlugin: {
name: string;
type: "MultiPlugin";
plugins: (import("@deephaven/plugin").WidgetPlugin<import("@deephaven/jsapi-types").dh.Widget> | {
name: string;
type: "DashboardPlugin";
component: typeof DashboardPlugin;
})[];
};
export default PlotlyExpressMultiPlugin;
//# sourceMappingURL=index.d.ts.map