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