import { useActionChildren } from "https://deno.land/x/fathym_atomic@v0.0.117-integration/src/atoms/Action.tsx";
Parameters
children: ComponentChildren | Array<ActionProps>
Returns
{ nav: ComponentChildren; navActions: Array<ActionProps> | undefined; }