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