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)
Props
children | optionalChildren |
export | optionalboolean | string |
header | optionalChildren |
headerComment | optionalstring |
path | string |