UNPKG

@syncfusion/ej2-lineargauge

Version:
13 lines (12 loc) 349 B
/** * Gauge Themes doc */ import { IThemeStyle } from './interface'; import { LinearGaugeTheme } from '../utils/enum'; /** * * @param {LinearGaugeTheme} theme - Specifies the gauge instance. * @returns {IThemeStyle} - Return the theme style argument. * @private */ export declare function getThemeStyle(theme: LinearGaugeTheme): IThemeStyle;