mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #18184 from gnestor/plotly.js
Add declaration for Plotly.Plots
This commit is contained in:
Vendored
+2
@@ -14,6 +14,8 @@ export interface StaticPlots {
|
||||
resize(root: Root): void;
|
||||
}
|
||||
|
||||
export const Plots: StaticPlots;
|
||||
|
||||
export interface Point {
|
||||
x: number;
|
||||
y: number;
|
||||
|
||||
Reference in New Issue
Block a user