UNPKG

abc-charts

Version:

Widget render for using in 'ABC consulting' projects

9 lines (8 loc) 182 B
export interface IWidgetVar { description?: string; hint?: string; sortIndex: number; } export interface IWidgetVariables { [propName: string]: IWidgetVar; }