I see some syntax in an existing project like this. How are these function parameters to be interpreted?
function f1({ p1, p2, ...others }) {
It is used in React like this
<component {...others} render={() => {}}"/">