mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Update index.d.ts (#27158)
Expose the public GenericOptions const to users.
This commit is contained in:
parent
11bb84af8c
commit
2ace47c404
2
types/canvas-gauges/index.d.ts
vendored
2
types/canvas-gauges/index.d.ts
vendored
@ -118,6 +118,8 @@ declare namespace CanvasGauges {
|
||||
barProgress?: boolean,
|
||||
barShadow?: number
|
||||
}
|
||||
|
||||
export const GenericOptions: GenericOptions;
|
||||
|
||||
export interface RadialGaugeOptions extends GenericOptions {
|
||||
ticksAngle?: number,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user