From ba011a4e0d616153b16af2bc35c7f1f2e3ab48c6 Mon Sep 17 00:00:00 2001 From: Grant Nestor Date: Tue, 18 Jul 2017 11:38:53 -0700 Subject: [PATCH] Add declaration for Plotly.Plots --- types/plotly.js/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) 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;