We know such syntaxes as below, when defining a value for onClick attribute:
value
onClick
&
If you really wanted to pass functions (with or without parameters) from one thing to another without binding them as events you could do it this way (I started from @Taplar's answer)
Then you could access them in your other component as: