mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Add declaration for Plotly.Plots
This commit is contained in:
2
types/plotly.js/index.d.ts
vendored
2
types/plotly.js/index.d.ts
vendored
@@ -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