pushStack
import { pushStack } from "@alloy-js/core";
function pushStack(component: Component<any>, props: Props): void;
Parameters
Section titled “Parameters”component |
|
props |
|
Returns
Section titled “Returns”void
import { pushStack } from "@alloy-js/core";
function pushStack(component: Component<any>, props: Props): void;
component |
|
props |
|
void