10 lines
138 B
JavaScript
10 lines
138 B
JavaScript
({
|
|
$$typeof: babelHelpers.typeofReactElement,
|
|
type: "foo",
|
|
key: null,
|
|
ref: null,
|
|
props: {
|
|
bar: "foo"
|
|
},
|
|
_owner: null
|
|
}); |