@cleanweb/oore 2.0.0-beta.2 → 2.0.0-beta.3

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.
@@ -118,6 +118,6 @@ export interface IUseSlots {
118
118
  * The nodes it contains will be categorized and
119
119
  * grouped according to the predefined {@link slotComponents}.
120
120
  */
121
- children: ReactNode, Caller: Slotted): TUseSlotsResult<TSlotAliasArg>;
121
+ children: ReactNode, Caller: Slotted<TComponent, TSlotAliasArg, TSlotsRecord<TSlotAliasArg>>): TUseSlotsResult<TSlotAliasArg>;
122
122
  }
123
123
  export type PotentialSlotComponent = string | SlotComponent | TComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cleanweb/oore",
3
- "version": "2.0.0-beta.2",
3
+ "version": "2.0.0-beta.3",
4
4
  "description": "A library of helpers for writing cleaner React function components with object-oriented patterns.",
5
5
  "engines": {
6
6
  "node": ">=22"