UNPKG

@talentsoft-opensource/widget-display-tool

Version:

Widget Simulator

8 lines (7 loc) 172 B
export interface WidgetDefinition { name: string, component: any }; export interface WidgetDefinitionState { widgetDefinition: WidgetDefinition | null }