mirror of
https://github.com/facebook/react.git
synced 2026-02-26 07:15:09 +00:00
4 lines
44 B
JavaScript
4 lines
44 B
JavaScript
function Component([a = 2]) {
|
|
return a;
|
|
}
|