Skip to content

findKeyedChild

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

Children[]

tag

symbol

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