@ohhwells/bridge 0.1.34-next.40 → 0.1.34-next.41

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.cts CHANGED
@@ -109,7 +109,7 @@ type ItemInteractionLayerProps = {
109
109
  rect: DOMRect;
110
110
  state: ItemInteractionState;
111
111
  elRef?: React.Ref<HTMLDivElement>;
112
- /** Slotted Custom/Toolbar instance (item-action or other fill). */
112
+ /** Slotted Custom/Toolbar instance (item-action or other fill). */
113
113
  toolbar?: React.ReactNode;
114
114
  showHandle?: boolean;
115
115
  dragDisabled?: boolean;
package/dist/index.d.ts CHANGED
@@ -109,7 +109,7 @@ type ItemInteractionLayerProps = {
109
109
  rect: DOMRect;
110
110
  state: ItemInteractionState;
111
111
  elRef?: React.Ref<HTMLDivElement>;
112
- /** Slotted Custom/Toolbar instance (item-action or other fill). */
112
+ /** Slotted Custom/Toolbar instance (item-action or other fill). */
113
113
  toolbar?: React.ReactNode;
114
114
  showHandle?: boolean;
115
115
  dragDisabled?: boolean;