mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 13:52:36 +00:00
Add built docs
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
> **[react-fiber-traverse](../README.md)**
|
||||
|
||||
[Globals](../globals.md) / ["mocked-types/index"](../modules/_mocked_types_index_.md) / [FiberNodeForComponentClass](_mocked_types_index_.fibernodeforcomponentclass.md) /
|
||||
|
||||
# Interface: FiberNodeForComponentClass
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* **FiberNodeForComponentClass**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [child](_mocked_types_index_.fibernodeforcomponentclass.md#child)
|
||||
* [elementType](_mocked_types_index_.fibernodeforcomponentclass.md#elementtype)
|
||||
* [sibling](_mocked_types_index_.fibernodeforcomponentclass.md#sibling)
|
||||
* [stateNode](_mocked_types_index_.fibernodeforcomponentclass.md#statenode)
|
||||
* [type](_mocked_types_index_.fibernodeforcomponentclass.md#type)
|
||||
|
||||
## Properties
|
||||
|
||||
### child
|
||||
|
||||
• **child**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:20](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L20)*
|
||||
|
||||
___
|
||||
|
||||
### elementType
|
||||
|
||||
• **elementType**: *`ComponentClass`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:23](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L23)*
|
||||
|
||||
___
|
||||
|
||||
### sibling
|
||||
|
||||
• **sibling**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:21](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L21)*
|
||||
|
||||
___
|
||||
|
||||
### stateNode
|
||||
|
||||
• **stateNode**: *`Component`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:26](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L26)*
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• **type**: *`ComponentClass`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:24](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L24)*
|
||||
@@ -0,0 +1,59 @@
|
||||
> **[react-fiber-traverse](../README.md)**
|
||||
|
||||
[Globals](../globals.md) / ["mocked-types/index"](../modules/_mocked_types_index_.md) / [FiberNodeForFunctionComponent](_mocked_types_index_.fibernodeforfunctioncomponent.md) /
|
||||
|
||||
# Interface: FiberNodeForFunctionComponent
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* **FiberNodeForFunctionComponent**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [child](_mocked_types_index_.fibernodeforfunctioncomponent.md#child)
|
||||
* [elementType](_mocked_types_index_.fibernodeforfunctioncomponent.md#elementtype)
|
||||
* [sibling](_mocked_types_index_.fibernodeforfunctioncomponent.md#sibling)
|
||||
* [stateNode](_mocked_types_index_.fibernodeforfunctioncomponent.md#statenode)
|
||||
* [type](_mocked_types_index_.fibernodeforfunctioncomponent.md#type)
|
||||
|
||||
## Properties
|
||||
|
||||
### child
|
||||
|
||||
• **child**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:10](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L10)*
|
||||
|
||||
___
|
||||
|
||||
### elementType
|
||||
|
||||
• **elementType**: *`FunctionComponent`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:13](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L13)*
|
||||
|
||||
___
|
||||
|
||||
### sibling
|
||||
|
||||
• **sibling**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:11](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L11)*
|
||||
|
||||
___
|
||||
|
||||
### stateNode
|
||||
|
||||
• **stateNode**: *null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:16](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L16)*
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• **type**: *`FunctionComponent`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:14](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L14)*
|
||||
@@ -0,0 +1,69 @@
|
||||
> **[react-fiber-traverse](../README.md)**
|
||||
|
||||
[Globals](../globals.md) / ["mocked-types/index"](../modules/_mocked_types_index_.md) / [FiberNodeForInstrinsicElement](_mocked_types_index_.fibernodeforinstrinsicelement.md) /
|
||||
|
||||
# Interface: FiberNodeForInstrinsicElement
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* **FiberNodeForInstrinsicElement**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [child](_mocked_types_index_.fibernodeforinstrinsicelement.md#child)
|
||||
* [elementType](_mocked_types_index_.fibernodeforinstrinsicelement.md#elementtype)
|
||||
* [sibling](_mocked_types_index_.fibernodeforinstrinsicelement.md#sibling)
|
||||
* [stateNode](_mocked_types_index_.fibernodeforinstrinsicelement.md#statenode)
|
||||
* [type](_mocked_types_index_.fibernodeforinstrinsicelement.md#type)
|
||||
|
||||
## Properties
|
||||
|
||||
### child
|
||||
|
||||
• **child**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:30](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L30)*
|
||||
|
||||
*Defined in [mocked-types/index.ts:40](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L40)*
|
||||
|
||||
___
|
||||
|
||||
### elementType
|
||||
|
||||
• **elementType**: *keyof IntrinsicElements*
|
||||
|
||||
*Defined in [mocked-types/index.ts:33](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L33)*
|
||||
|
||||
*Defined in [mocked-types/index.ts:43](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L43)*
|
||||
|
||||
___
|
||||
|
||||
### sibling
|
||||
|
||||
• **sibling**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:31](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L31)*
|
||||
|
||||
*Defined in [mocked-types/index.ts:41](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L41)*
|
||||
|
||||
___
|
||||
|
||||
### stateNode
|
||||
|
||||
• **stateNode**: *`HTMLElement`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:36](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L36)*
|
||||
|
||||
*Defined in [mocked-types/index.ts:46](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L46)*
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• **type**: *keyof IntrinsicElements*
|
||||
|
||||
*Defined in [mocked-types/index.ts:34](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L34)*
|
||||
|
||||
*Defined in [mocked-types/index.ts:44](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L44)*
|
||||
@@ -0,0 +1,59 @@
|
||||
> **[react-fiber-traverse](../README.md)**
|
||||
|
||||
[Globals](../globals.md) / ["mocked-types/index"](../modules/_mocked_types_index_.md) / [FiberNodeForTextNode](_mocked_types_index_.fibernodefortextnode.md) /
|
||||
|
||||
# Interface: FiberNodeForTextNode
|
||||
|
||||
## Hierarchy
|
||||
|
||||
* **FiberNodeForTextNode**
|
||||
|
||||
## Index
|
||||
|
||||
### Properties
|
||||
|
||||
* [child](_mocked_types_index_.fibernodefortextnode.md#child)
|
||||
* [elementType](_mocked_types_index_.fibernodefortextnode.md#elementtype)
|
||||
* [sibling](_mocked_types_index_.fibernodefortextnode.md#sibling)
|
||||
* [stateNode](_mocked_types_index_.fibernodefortextnode.md#statenode)
|
||||
* [type](_mocked_types_index_.fibernodefortextnode.md#type)
|
||||
|
||||
## Properties
|
||||
|
||||
### child
|
||||
|
||||
• **child**: *null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:50](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L50)*
|
||||
|
||||
___
|
||||
|
||||
### elementType
|
||||
|
||||
• **elementType**: *null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:53](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L53)*
|
||||
|
||||
___
|
||||
|
||||
### sibling
|
||||
|
||||
• **sibling**: *[FiberNode](../modules/_mocked_types_index_.md#fibernode) | null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:51](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L51)*
|
||||
|
||||
___
|
||||
|
||||
### stateNode
|
||||
|
||||
• **stateNode**: *`Text`*
|
||||
|
||||
*Defined in [mocked-types/index.ts:56](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L56)*
|
||||
|
||||
___
|
||||
|
||||
### type
|
||||
|
||||
• **type**: *null*
|
||||
|
||||
*Defined in [mocked-types/index.ts:54](https://github.com/bendtherules/react-fiber-traverse/blob/c9d7fd7/src/mocked-types/index.ts#L54)*
|
||||
Reference in New Issue
Block a user