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