@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.
- package/build/slots/types.d.ts +1 -1
- package/package.json +1 -1
package/build/slots/types.d.ts
CHANGED
|
@@ -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;
|