| components |
|
|
- |
| connect |
|
|
- |
| exports.ts |
@deprecated As of React 18, batching is enabled by default for ReactDOM and React Native.
This is now a no-op that immediately runs the callback.
|
1453 |
- |
| hooks |
|
|
- |
| index-rsc.ts |
|
1222 |
- |
| index.ts |
|
26 |
- |
| types.ts |
A property P will be present if:
- it is present in DecorationTargetProps
Its value will be dependent on the following conditions
- if property P is present in InjectedProps and its definition extends the definition
in DecorationTargetProps, then its definition will be that of DecorationTargetProps[P]
- if property P is not present in InjectedProps then its definition will be that of
DecorationTargetProps[P]
- if property P is present in InjectedProps but does not extend the
DecorationTargetProps[P] definition, its definition will be that of InjectedProps[P]
|
5771 |
- |
| utils |
|
|
- |