mirror of
https://github.com/facebook/react.git
synced 2026-02-26 04:04:59 +00:00
4 lines
46 B
JavaScript
4 lines
46 B
JavaScript
function Component({ a = 2 }) {
|
|
return a;
|
|
}
|