mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
Merge pull request #25951 from protyagov/master
[Dygraphs]: Allow Date type for input data array
This commit is contained in:
2
types/dygraphs/index.d.ts
vendored
2
types/dygraphs/index.d.ts
vendored
@@ -6,7 +6,7 @@
|
||||
/// <reference types="google.visualization" />
|
||||
|
||||
declare namespace dygraphs {
|
||||
type DataArray = number[][];
|
||||
type DataArray = (number|Date)[][];
|
||||
|
||||
type Data = string | DataArray | google.visualization.DataTable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user