@syncfusion/ej2-gantt
Version:
Essential JS 2 Gantt Component
14 lines (13 loc) • 325 B
TypeScript
import { PdfTheme } from './../../../base/enum';
import { IGanttStyle } from './../../../base/interface';
/**
* @hidden
*/
export declare class PdfGanttTheme {
ganttStyle: IGanttStyle;
private theme;
constructor(theme: PdfTheme);
readonly style: IGanttStyle;
private setTheme;
private initStyles;
}