mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-27 20:40:07 +00:00
* Added factory.d.ts This enables the modular import of plotly descibere [here](https://github.com/plotly/plotly.js/tree/master/dist#partial-bundles). import Plotly from 'plotly.js-basic-dist' import createPlotlyComponent from 'react-plotly.js/factory'; export const Plot = createPlotlyComponent(Plotly); * Add factory to index This is needed because travis will fail due to unused file error * removal of default * Update index.d.ts * Update index.d.ts * Update tsconfig.json * Update index.d.ts * Add factory test