Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function useActionChildren
Re-export
import { useActionChildren } from "https://deno.land/x/fathym_atomic_reports@v0.0.19/src/src.deps.ts";

Parameters

children: ComponentChildren | Array<ActionProps>

Returns

{ nav: ComponentChildren; navActions: Array<ActionProps> | undefined; }