# Installation
> `npm install --save @types/plotly.js-basic-dist`

# Summary
This package contains type definitions for plotly.js-basic-dist (https://github.com/plotly/plotly.js#readme).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plotly.js-basic-dist.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/plotly.js-basic-dist/index.d.ts)
````ts
import * as Plotly from "plotly.js";

export = Plotly;

````

### Additional Details
 * Last updated: Tue, 07 Nov 2023 09:09:39 GMT
 * Dependencies: [@types/plotly.js](https://npmjs.com/package/@types/plotly.js)

# Credits
These definitions were written by [Florian Dreier](https://github.com/DreierF).
