ExportStatement
import { ExportStatement } from "@alloy-js/typescript";
<ExportStatement from={TSModuleScope} star />
import { ExportStatement } from "@alloy-js/typescript/stc";
ExportStatement({ from: TSModuleScope, star: boolean }).children(children)
Props
from | optionalTSModuleScope |
star | optionalboolean |