Skip to content

Commit d92353e

Browse files
authored
🤖 Merge PR DefinitelyTyped#74037 [react-plotly.js] Add render method to Plot class by @jendrikw
1 parent b73a5f1 commit d92353e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎types/react-plotly.js/index.d.ts‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,5 @@ export interface PlotParams {
9292
}
9393

9494
export default class Plot extends React.PureComponent<PlotParams> {
95+
render(): React.ReactNode;
9596
}

0 commit comments

Comments
 (0)