MCPcopy
hub / github.com/BetaSu/big-react / ReactElementType

Interface ReactElementType

packages/shared/ReactTypes.ts:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5export type ElementType = any;
6
7export interface ReactElementType {
8 $$typeof: symbol | number;
9 type: ElementType;
10 key: Key;
11 props: Props;
12 ref: Ref;
13 __mark: string;
14}
15
16export type Action<State> = State | ((prevState: State) => State);
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected