Update index.d.ts (#27158)

Expose the public GenericOptions const to users.
This commit is contained in:
Allison Shaw
2018-07-15 12:43:32 -07:00
committed by Ryan Cavanaugh
parent 11bb84af8c
commit 2ace47c404
+2
View File
@@ -118,6 +118,8 @@ declare namespace CanvasGauges {
barProgress?: boolean,
barShadow?: number
}
export const GenericOptions: GenericOptions;
export interface RadialGaugeOptions extends GenericOptions {
ticksAngle?: number,