Skip to content

findKeyedChild

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

Parameters

children

Children[]

tag

symbol

Returns

ComponentCreator<import(”./runtime/component.js”).Props> | null