@turnix-co/konva-editor 3.0.42 → 3.0.43

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.
package/dist/index.d.ts CHANGED
@@ -125,7 +125,7 @@ type ToolbarProps = {
125
125
  /** Configuration for which tools and actions to show */
126
126
  config?: ToolbarConfig;
127
127
  };
128
- declare const Toolbar: ({ isOpen: isOpenProp, onScreenRecord, stageRef, onTextAdded, config, }?: ToolbarProps) => react_jsx_runtime.JSX.Element;
128
+ declare const Toolbar: ({ onScreenRecord, stageRef, onTextAdded, config }?: ToolbarProps) => react_jsx_runtime.JSX.Element;
129
129
 
130
130
  type Line$1 = {
131
131
  id?: string;