Skip to content

findKeyedChildren

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

Parameters

children

Children[]

tag

symbol

Returns

ComponentCreator<import(“@alloy-js/core/jsx-runtime”).Props>[]