Add declaration for Plotly.Plots

This commit is contained in:
Grant Nestor
2017-07-18 11:38:53 -07:00
parent 2ff74fbcac
commit ba011a4e0d

View File

@@ -14,6 +14,8 @@ export interface StaticPlots {
resize(root: Root): void;
}
export const Plots: StaticPlots;
export interface Point {
x: number;
y: number;