| 74 | | 'dxGantt'; |
| 75 | |
| 76 | export interface WidgetOptions { |
| 77 | dxDataGrid: DataGridProperties; |
| 78 | dxFilterBuilder: FilterBuilderProperties; |
| 79 | dxGantt: GanttProperties; |
| 80 | // TODO: write other widgets |
| 81 | } |
nothing calls this directly
no outgoing calls
no test coverage detected