diff --git a/types/react-plotly.js/index.d.ts b/types/react-plotly.js/index.d.ts index dbfc6be32f30cb..40fc3ba0e1e790 100644 --- a/types/react-plotly.js/index.d.ts +++ b/types/react-plotly.js/index.d.ts @@ -92,4 +92,5 @@ export interface PlotParams { } export default class Plot extends React.PureComponent { + render(): React.ReactNode; }