diff --git a/types/plotly.js/index.d.ts b/types/plotly.js/index.d.ts index 667197c82f..b3b2dd209b 100644 --- a/types/plotly.js/index.d.ts +++ b/types/plotly.js/index.d.ts @@ -14,6 +14,8 @@ export interface StaticPlots { resize(root: Root): void; } +export const Plots: StaticPlots; + export interface Point { x: number; y: number;