We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17b83a commit 1f7a1deCopy full SHA for 1f7a1de
.chronus/changes/export-region-support-2025-9-14-11-12-19.md
@@ -0,0 +1,7 @@
1
+---
2
+changeKind: fix
3
+packages:
4
+ - "@alloy-js/csharp"
5
6
+
7
+export "#region" support
packages/csharp/src/components/index.ts
@@ -23,6 +23,7 @@ export * from "./parameters/parameters.jsx";
23
export * from "./property/property.jsx";
24
export * from "./record/declaration.js";
25
export * from "./Reference.js";
26
+export * from "./region/region.jsx";
27
export * from "./source-file/source-file.jsx";
28
export * from "./struct/declaration.jsx";
29
export type { TypeParameterProps } from "./type-parameters/type-parameter.jsx";
0 commit comments