SourceFile
import { SourceFile } from "@alloy-js/typescript";
<SourceFile export={boolean | string} header={Children} headerComment="string" path="string"> {children}</SourceFile>import { SourceFile } from "@alloy-js/typescript/stc";
SourceFile({ export: boolean | string, header: Children, headerComment: string, path: string,}).children(children)| children | optional Children | |
| export | optional boolean | string | |
| header | optional Children | |
| headerComment | optional string | |
| path | string |