How can I $emitTo from a Blade file?

When trying to use:

wire:click="$emitTo('myComponent', 'myFunction')" on a button element in a Blade file nothing happens.
Was this page helpful?