mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[chartist] Add _node property (#41523)
This commit is contained in:
parent
e10f23a2c2
commit
994f1ae52b
6
types/chartist/index.d.ts
vendored
6
types/chartist/index.d.ts
vendored
@ -1,6 +1,6 @@
|
||||
// Type definitions for Chartist v0.9.81
|
||||
// Project: https://github.com/gionkunz/chartist-js
|
||||
// Definitions by: Matt Gibbs <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Anastasiia Antonova <https://github.com/affilnost>, Sunny Juneja <https://github.com/sunnyrjuneja>
|
||||
// Definitions by: Matt Gibbs <https://github.com/mtgibbs>, Simon Pfeifer <https://github.com/psimonski>, Anastasiia Antonova <https://github.com/affilnost>, Sunny Juneja <https://github.com/sunnyrjuneja>, Sam Raudabaugh <https://github.com/raudabaugh>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
|
||||
declare namespace Chartist {
|
||||
@ -531,6 +531,10 @@ declare namespace Chartist {
|
||||
}
|
||||
|
||||
interface IChartistSvg {
|
||||
/**
|
||||
* The SVG DOM element wrapped by IChartistSvg
|
||||
*/
|
||||
_node: HTMLElement;
|
||||
|
||||
/**
|
||||
* Set attributes on the current SVG element of the wrapper you're currently working on.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user