UNPKG

@deephaven/js-plugin-plotly-express

Version:
5 lines 300 B
import type { dh } from '@deephaven/jsapi-types'; import { type WidgetComponentProps } from '@deephaven/plugin'; export declare function PlotlyExpressChart(props: WidgetComponentProps<dh.Widget>): JSX.Element | null; export default PlotlyExpressChart; //# sourceMappingURL=PlotlyExpressChart.d.ts.map