isKeyedChild
import { isKeyedChild } from "@alloy-js/core";
function isKeyedChild(child: Children): child is ComponentCreator;Parameters
Section titled “Parameters”| child | Children |
Returns
Section titled “Returns”child is ComponentCreator
import { isKeyedChild } from "@alloy-js/core";
function isKeyedChild(child: Children): child is ComponentCreator;| child | Children |
child is ComponentCreator