Skip to content

findKeyedChildren

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

Children[]

tag

symbol

ComponentCreator<import(”./runtime/component.js”).Props>[]