mirror of
https://github.com/bendtherules/react-fiber-traverse.git
synced 2026-08-18 22:01:49 +00:00
types - Remove duplicate
This commit is contained in:
@@ -44,16 +44,6 @@ export interface FiberNodeForInstrinsicElement {
|
|||||||
stateNode: HTMLElement;
|
stateNode: HTMLElement;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface FiberNodeForInstrinsicElement {
|
|
||||||
child: FiberNode | null;
|
|
||||||
sibling: FiberNode | null;
|
|
||||||
|
|
||||||
elementType: keyof JSX.IntrinsicElements;
|
|
||||||
type: keyof JSX.IntrinsicElements;
|
|
||||||
|
|
||||||
stateNode: HTMLElement;
|
|
||||||
}
|
|
||||||
|
|
||||||
export interface FiberNodeForTextNode {
|
export interface FiberNodeForTextNode {
|
||||||
child: null;
|
child: null;
|
||||||
sibling: FiberNode | null;
|
sibling: FiberNode | null;
|
||||||
|
|||||||
Reference in New Issue
Block a user