@dialob/composer-material 0.0.10 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -647,6 +647,7 @@ export declare const useEditor: () => {
647
647
  setHighlightedItem: (item?: DialobItem) => void;
648
648
  setActiveList: (listId?: string) => void;
649
649
  setActiveVariableTab: (tab?: VariableTabType) => void;
650
+ setConfirmationActiveItem: (item?: DialobItem) => void;
650
651
  };
651
652
 
652
653
  declare const useErrorColor: (error: EditorError | undefined) => string | undefined;