Skip to content

findKeyedChild

import { findKeyedChild } from "@alloy-js/core";
function findKeyedChild(children: Children[], tag: symbol): ComponentCreator<import("@alloy-js/core/jsx-runtime").Props> | null;

Parameters

children

Children[]

tag

symbol

Returns

ComponentCreator<import(“@alloy-js/core/jsx-runtime”).Props> | null