import type { Children } from "@alloy-js/core"; import { Output } from "@alloy-js/core"; import * as ts from "../src/index.js"; export function TestFile(props: { children?: Children }) { return ( {props.children} ); }