Update index.d.ts (#27158)

Expose the public GenericOptions const to users.
This commit is contained in:
Allison Shaw 2018-07-15 14:43:32 -05:00 committed by Ryan Cavanaugh
parent 11bb84af8c
commit 2ace47c404

View File

@ -118,6 +118,8 @@ declare namespace CanvasGauges {
barProgress?: boolean,
barShadow?: number
}
export const GenericOptions: GenericOptions;
export interface RadialGaugeOptions extends GenericOptions {
ticksAngle?: number,