mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 21:31:12 +08:00
Update Svg definition
This commit is contained in:
2
types/chartist/index.d.ts
vendored
2
types/chartist/index.d.ts
vendored
@@ -519,7 +519,7 @@ declare namespace Chartist {
|
||||
|
||||
|
||||
interface ChartistSvgStatic {
|
||||
new (name: HTMLElement | string, attributes: Object, className?: string, parent?: Object, insertFirst?: boolean): IChartistSvg;
|
||||
new (name?: HTMLElement | string, attributes?: Object, className?: string, parent?: Object, insertFirst?: boolean): IChartistSvg;
|
||||
|
||||
Easing: ChartistEasingStatic;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user