fixes #8304 (Missing type) beta 8 broken typescript (#8305)

* fixes #8304

* Update layout.d.ts

First letter of variable from capital to normal
This commit is contained in:
LeeLenaleee 2021-01-14 13:45:12 +01:00 committed by GitHub
parent ad941813b6
commit a58d43cbda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
types/layout.d.ts vendored
View File

@ -47,7 +47,7 @@ export interface LayoutItem {
/** /**
* Draws the element * Draws the element
*/ */
draw(ChartArea): void; draw(chartArea: ChartArea): void;
/** /**
* Returns an object with padding on the edges * Returns an object with padding on the edges
*/ */