@deephaven/js-plugin-plotly-express
Version:
Deephaven plotly express plugin
5 lines • 300 B
TypeScript
import type { dh } from '@deephaven/jsapi-types';
import { type WidgetPanelProps } from '@deephaven/plugin';
export declare function PlotlyExpressChartPanel(props: WidgetPanelProps<dh.Widget>): JSX.Element;
export default PlotlyExpressChartPanel;
//# sourceMappingURL=PlotlyExpressChartPanel.d.ts.map