mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-15 17:47:49 +08:00
Update index.d.ts (#27158)
Expose the public GenericOptions const to users.
This commit is contained in:
committed by
Ryan Cavanaugh
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,
|
||||
|
||||
Reference in New Issue
Block a user