Is it ok to pass all the assigns to a local private function component?

As per subject, is it ok to do something like

<.my_private_function_component {assigns} />

from a function component?