@alloy-js/csharp 0.18.0-dev.8 → 0.18.0-dev.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/temp/api.json CHANGED
@@ -2119,6 +2119,1767 @@
2119
2119
  ],
2120
2120
  "extendsTokenRanges": []
2121
2121
  },
2122
+ {
2123
+ "kind": "Function",
2124
+ "canonicalReference": "@alloy-js/csharp!DocC:function(1)",
2125
+ "docComment": "",
2126
+ "excerptTokens": [
2127
+ {
2128
+ "kind": "Content",
2129
+ "text": "DocC: (props: "
2130
+ },
2131
+ {
2132
+ "kind": "Reference",
2133
+ "text": "DocCommentProps",
2134
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2135
+ },
2136
+ {
2137
+ "kind": "Content",
2138
+ "text": ") => "
2139
+ },
2140
+ {
2141
+ "kind": "Content",
2142
+ "text": "string"
2143
+ }
2144
+ ],
2145
+ "fileUrlPath": "src/components/doc/comment.tsx",
2146
+ "returnTypeTokenRange": {
2147
+ "startIndex": 3,
2148
+ "endIndex": 4
2149
+ },
2150
+ "releaseTag": "Public",
2151
+ "overloadIndex": 1,
2152
+ "parameters": [
2153
+ {
2154
+ "parameterName": "props",
2155
+ "parameterTypeTokenRange": {
2156
+ "startIndex": 1,
2157
+ "endIndex": 2
2158
+ },
2159
+ "isOptional": false
2160
+ }
2161
+ ],
2162
+ "name": "DocC"
2163
+ },
2164
+ {
2165
+ "kind": "Function",
2166
+ "canonicalReference": "@alloy-js/csharp!DocCode:function(1)",
2167
+ "docComment": "",
2168
+ "excerptTokens": [
2169
+ {
2170
+ "kind": "Content",
2171
+ "text": "DocCode: (props: "
2172
+ },
2173
+ {
2174
+ "kind": "Reference",
2175
+ "text": "DocCommentProps",
2176
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2177
+ },
2178
+ {
2179
+ "kind": "Content",
2180
+ "text": ") => "
2181
+ },
2182
+ {
2183
+ "kind": "Reference",
2184
+ "text": "Children",
2185
+ "canonicalReference": "@alloy-js/core!Children:type"
2186
+ }
2187
+ ],
2188
+ "fileUrlPath": "src/components/doc/comment.tsx",
2189
+ "returnTypeTokenRange": {
2190
+ "startIndex": 3,
2191
+ "endIndex": 4
2192
+ },
2193
+ "releaseTag": "Public",
2194
+ "overloadIndex": 1,
2195
+ "parameters": [
2196
+ {
2197
+ "parameterName": "props",
2198
+ "parameterTypeTokenRange": {
2199
+ "startIndex": 1,
2200
+ "endIndex": 2
2201
+ },
2202
+ "isOptional": false
2203
+ }
2204
+ ],
2205
+ "name": "DocCode"
2206
+ },
2207
+ {
2208
+ "kind": "Function",
2209
+ "canonicalReference": "@alloy-js/csharp!DocComment:function(1)",
2210
+ "docComment": "",
2211
+ "excerptTokens": [
2212
+ {
2213
+ "kind": "Content",
2214
+ "text": "export declare function DocComment(props: "
2215
+ },
2216
+ {
2217
+ "kind": "Reference",
2218
+ "text": "DocCommentProps",
2219
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2220
+ },
2221
+ {
2222
+ "kind": "Content",
2223
+ "text": "): "
2224
+ },
2225
+ {
2226
+ "kind": "Reference",
2227
+ "text": "Children",
2228
+ "canonicalReference": "@alloy-js/core!Children:type"
2229
+ },
2230
+ {
2231
+ "kind": "Content",
2232
+ "text": ";"
2233
+ }
2234
+ ],
2235
+ "fileUrlPath": "src/components/doc/comment.tsx",
2236
+ "returnTypeTokenRange": {
2237
+ "startIndex": 3,
2238
+ "endIndex": 4
2239
+ },
2240
+ "releaseTag": "Public",
2241
+ "overloadIndex": 1,
2242
+ "parameters": [
2243
+ {
2244
+ "parameterName": "props",
2245
+ "parameterTypeTokenRange": {
2246
+ "startIndex": 1,
2247
+ "endIndex": 2
2248
+ },
2249
+ "isOptional": false
2250
+ }
2251
+ ],
2252
+ "name": "DocComment"
2253
+ },
2254
+ {
2255
+ "kind": "Interface",
2256
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface",
2257
+ "docComment": "",
2258
+ "excerptTokens": [
2259
+ {
2260
+ "kind": "Content",
2261
+ "text": "export interface DocCommentProps "
2262
+ }
2263
+ ],
2264
+ "fileUrlPath": "src/components/doc/comment.tsx",
2265
+ "releaseTag": "Public",
2266
+ "name": "DocCommentProps",
2267
+ "preserveMemberOrder": false,
2268
+ "members": [
2269
+ {
2270
+ "kind": "PropertySignature",
2271
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps#children:member",
2272
+ "docComment": "",
2273
+ "excerptTokens": [
2274
+ {
2275
+ "kind": "Content",
2276
+ "text": "children: "
2277
+ },
2278
+ {
2279
+ "kind": "Reference",
2280
+ "text": "Children",
2281
+ "canonicalReference": "@alloy-js/core!Children:type"
2282
+ },
2283
+ {
2284
+ "kind": "Content",
2285
+ "text": ";"
2286
+ }
2287
+ ],
2288
+ "isReadonly": false,
2289
+ "isOptional": false,
2290
+ "releaseTag": "Public",
2291
+ "name": "children",
2292
+ "propertyTypeTokenRange": {
2293
+ "startIndex": 1,
2294
+ "endIndex": 2
2295
+ }
2296
+ }
2297
+ ],
2298
+ "extendsTokenRanges": []
2299
+ },
2300
+ {
2301
+ "kind": "Interface",
2302
+ "canonicalReference": "@alloy-js/csharp!DocCommentTagProps:interface",
2303
+ "docComment": "",
2304
+ "excerptTokens": [
2305
+ {
2306
+ "kind": "Content",
2307
+ "text": "export interface DocCommentTagProps "
2308
+ }
2309
+ ],
2310
+ "fileUrlPath": "src/components/doc/comment.tsx",
2311
+ "releaseTag": "Public",
2312
+ "name": "DocCommentTagProps",
2313
+ "preserveMemberOrder": false,
2314
+ "members": [
2315
+ {
2316
+ "kind": "PropertySignature",
2317
+ "canonicalReference": "@alloy-js/csharp!DocCommentTagProps#children:member",
2318
+ "docComment": "",
2319
+ "excerptTokens": [
2320
+ {
2321
+ "kind": "Content",
2322
+ "text": "children: "
2323
+ },
2324
+ {
2325
+ "kind": "Reference",
2326
+ "text": "Children",
2327
+ "canonicalReference": "@alloy-js/core!Children:type"
2328
+ },
2329
+ {
2330
+ "kind": "Content",
2331
+ "text": ";"
2332
+ }
2333
+ ],
2334
+ "isReadonly": false,
2335
+ "isOptional": false,
2336
+ "releaseTag": "Public",
2337
+ "name": "children",
2338
+ "propertyTypeTokenRange": {
2339
+ "startIndex": 1,
2340
+ "endIndex": 2
2341
+ }
2342
+ }
2343
+ ],
2344
+ "extendsTokenRanges": []
2345
+ },
2346
+ {
2347
+ "kind": "Function",
2348
+ "canonicalReference": "@alloy-js/csharp!DocDescription:function(1)",
2349
+ "docComment": "",
2350
+ "excerptTokens": [
2351
+ {
2352
+ "kind": "Content",
2353
+ "text": "DocDescription: (props: "
2354
+ },
2355
+ {
2356
+ "kind": "Reference",
2357
+ "text": "DocCommentProps",
2358
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2359
+ },
2360
+ {
2361
+ "kind": "Content",
2362
+ "text": ") => "
2363
+ },
2364
+ {
2365
+ "kind": "Reference",
2366
+ "text": "Children",
2367
+ "canonicalReference": "@alloy-js/core!Children:type"
2368
+ }
2369
+ ],
2370
+ "fileUrlPath": "src/components/doc/comment.tsx",
2371
+ "returnTypeTokenRange": {
2372
+ "startIndex": 3,
2373
+ "endIndex": 4
2374
+ },
2375
+ "releaseTag": "Public",
2376
+ "overloadIndex": 1,
2377
+ "parameters": [
2378
+ {
2379
+ "parameterName": "props",
2380
+ "parameterTypeTokenRange": {
2381
+ "startIndex": 1,
2382
+ "endIndex": 2
2383
+ },
2384
+ "isOptional": false
2385
+ }
2386
+ ],
2387
+ "name": "DocDescription"
2388
+ },
2389
+ {
2390
+ "kind": "Function",
2391
+ "canonicalReference": "@alloy-js/csharp!DocExample:function(1)",
2392
+ "docComment": "",
2393
+ "excerptTokens": [
2394
+ {
2395
+ "kind": "Content",
2396
+ "text": "DocExample: (props: "
2397
+ },
2398
+ {
2399
+ "kind": "Reference",
2400
+ "text": "DocCommentProps",
2401
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2402
+ },
2403
+ {
2404
+ "kind": "Content",
2405
+ "text": ") => "
2406
+ },
2407
+ {
2408
+ "kind": "Reference",
2409
+ "text": "Children",
2410
+ "canonicalReference": "@alloy-js/core!Children:type"
2411
+ }
2412
+ ],
2413
+ "fileUrlPath": "src/components/doc/comment.tsx",
2414
+ "returnTypeTokenRange": {
2415
+ "startIndex": 3,
2416
+ "endIndex": 4
2417
+ },
2418
+ "releaseTag": "Public",
2419
+ "overloadIndex": 1,
2420
+ "parameters": [
2421
+ {
2422
+ "parameterName": "props",
2423
+ "parameterTypeTokenRange": {
2424
+ "startIndex": 1,
2425
+ "endIndex": 2
2426
+ },
2427
+ "isOptional": false
2428
+ }
2429
+ ],
2430
+ "name": "DocExample"
2431
+ },
2432
+ {
2433
+ "kind": "Function",
2434
+ "canonicalReference": "@alloy-js/csharp!DocException:function(1)",
2435
+ "docComment": "",
2436
+ "excerptTokens": [
2437
+ {
2438
+ "kind": "Content",
2439
+ "text": "DocException: (props: "
2440
+ },
2441
+ {
2442
+ "kind": "Reference",
2443
+ "text": "DocCommentProps",
2444
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2445
+ },
2446
+ {
2447
+ "kind": "Content",
2448
+ "text": ") => "
2449
+ },
2450
+ {
2451
+ "kind": "Reference",
2452
+ "text": "Children",
2453
+ "canonicalReference": "@alloy-js/core!Children:type"
2454
+ }
2455
+ ],
2456
+ "fileUrlPath": "src/components/doc/comment.tsx",
2457
+ "returnTypeTokenRange": {
2458
+ "startIndex": 3,
2459
+ "endIndex": 4
2460
+ },
2461
+ "releaseTag": "Public",
2462
+ "overloadIndex": 1,
2463
+ "parameters": [
2464
+ {
2465
+ "parameterName": "props",
2466
+ "parameterTypeTokenRange": {
2467
+ "startIndex": 1,
2468
+ "endIndex": 2
2469
+ },
2470
+ "isOptional": false
2471
+ }
2472
+ ],
2473
+ "name": "DocException"
2474
+ },
2475
+ {
2476
+ "kind": "Function",
2477
+ "canonicalReference": "@alloy-js/csharp!DocFromMarkdown:function(1)",
2478
+ "docComment": "/**\n * Convert markdown to a Csharp doc comment\n */\n",
2479
+ "excerptTokens": [
2480
+ {
2481
+ "kind": "Content",
2482
+ "text": "export declare function DocFromMarkdown(props: "
2483
+ },
2484
+ {
2485
+ "kind": "Reference",
2486
+ "text": "DocFromMarkdownProps",
2487
+ "canonicalReference": "@alloy-js/csharp!DocFromMarkdownProps:interface"
2488
+ },
2489
+ {
2490
+ "kind": "Content",
2491
+ "text": "): "
2492
+ },
2493
+ {
2494
+ "kind": "Content",
2495
+ "text": "import(\"@alloy-js/core/jsx-runtime\")."
2496
+ },
2497
+ {
2498
+ "kind": "Reference",
2499
+ "text": "Children",
2500
+ "canonicalReference": "@alloy-js/core!Children:type"
2501
+ },
2502
+ {
2503
+ "kind": "Content",
2504
+ "text": ";"
2505
+ }
2506
+ ],
2507
+ "fileUrlPath": "src/components/doc/from-markdown.tsx",
2508
+ "returnTypeTokenRange": {
2509
+ "startIndex": 3,
2510
+ "endIndex": 5
2511
+ },
2512
+ "releaseTag": "Public",
2513
+ "overloadIndex": 1,
2514
+ "parameters": [
2515
+ {
2516
+ "parameterName": "props",
2517
+ "parameterTypeTokenRange": {
2518
+ "startIndex": 1,
2519
+ "endIndex": 2
2520
+ },
2521
+ "isOptional": false
2522
+ }
2523
+ ],
2524
+ "name": "DocFromMarkdown"
2525
+ },
2526
+ {
2527
+ "kind": "Interface",
2528
+ "canonicalReference": "@alloy-js/csharp!DocFromMarkdownProps:interface",
2529
+ "docComment": "",
2530
+ "excerptTokens": [
2531
+ {
2532
+ "kind": "Content",
2533
+ "text": "export interface DocFromMarkdownProps "
2534
+ }
2535
+ ],
2536
+ "fileUrlPath": "src/components/doc/from-markdown.tsx",
2537
+ "releaseTag": "Public",
2538
+ "name": "DocFromMarkdownProps",
2539
+ "preserveMemberOrder": false,
2540
+ "members": [
2541
+ {
2542
+ "kind": "PropertySignature",
2543
+ "canonicalReference": "@alloy-js/csharp!DocFromMarkdownProps#markdown:member",
2544
+ "docComment": "",
2545
+ "excerptTokens": [
2546
+ {
2547
+ "kind": "Content",
2548
+ "text": "markdown: "
2549
+ },
2550
+ {
2551
+ "kind": "Content",
2552
+ "text": "string"
2553
+ },
2554
+ {
2555
+ "kind": "Content",
2556
+ "text": ";"
2557
+ }
2558
+ ],
2559
+ "isReadonly": false,
2560
+ "isOptional": false,
2561
+ "releaseTag": "Public",
2562
+ "name": "markdown",
2563
+ "propertyTypeTokenRange": {
2564
+ "startIndex": 1,
2565
+ "endIndex": 2
2566
+ }
2567
+ }
2568
+ ],
2569
+ "extendsTokenRanges": []
2570
+ },
2571
+ {
2572
+ "kind": "Function",
2573
+ "canonicalReference": "@alloy-js/csharp!DocInclude:function(1)",
2574
+ "docComment": "",
2575
+ "excerptTokens": [
2576
+ {
2577
+ "kind": "Content",
2578
+ "text": "DocInclude: (props: "
2579
+ },
2580
+ {
2581
+ "kind": "Reference",
2582
+ "text": "DocIncludeProps",
2583
+ "canonicalReference": "@alloy-js/csharp!DocIncludeProps:interface"
2584
+ },
2585
+ {
2586
+ "kind": "Content",
2587
+ "text": ") => "
2588
+ },
2589
+ {
2590
+ "kind": "Content",
2591
+ "text": "string"
2592
+ }
2593
+ ],
2594
+ "fileUrlPath": "src/components/doc/comment.tsx",
2595
+ "returnTypeTokenRange": {
2596
+ "startIndex": 3,
2597
+ "endIndex": 4
2598
+ },
2599
+ "releaseTag": "Public",
2600
+ "overloadIndex": 1,
2601
+ "parameters": [
2602
+ {
2603
+ "parameterName": "props",
2604
+ "parameterTypeTokenRange": {
2605
+ "startIndex": 1,
2606
+ "endIndex": 2
2607
+ },
2608
+ "isOptional": false
2609
+ }
2610
+ ],
2611
+ "name": "DocInclude"
2612
+ },
2613
+ {
2614
+ "kind": "Interface",
2615
+ "canonicalReference": "@alloy-js/csharp!DocIncludeProps:interface",
2616
+ "docComment": "",
2617
+ "excerptTokens": [
2618
+ {
2619
+ "kind": "Content",
2620
+ "text": "export interface DocIncludeProps "
2621
+ }
2622
+ ],
2623
+ "fileUrlPath": "src/components/doc/comment.tsx",
2624
+ "releaseTag": "Public",
2625
+ "name": "DocIncludeProps",
2626
+ "preserveMemberOrder": false,
2627
+ "members": [
2628
+ {
2629
+ "kind": "PropertySignature",
2630
+ "canonicalReference": "@alloy-js/csharp!DocIncludeProps#file:member",
2631
+ "docComment": "/**\n * is the file name of an external XML file. The file name is interpreted relative to the file that contains the include tag.\n */\n",
2632
+ "excerptTokens": [
2633
+ {
2634
+ "kind": "Content",
2635
+ "text": "file: "
2636
+ },
2637
+ {
2638
+ "kind": "Content",
2639
+ "text": "string"
2640
+ },
2641
+ {
2642
+ "kind": "Content",
2643
+ "text": ";"
2644
+ }
2645
+ ],
2646
+ "isReadonly": false,
2647
+ "isOptional": false,
2648
+ "releaseTag": "Public",
2649
+ "name": "file",
2650
+ "propertyTypeTokenRange": {
2651
+ "startIndex": 1,
2652
+ "endIndex": 2
2653
+ }
2654
+ },
2655
+ {
2656
+ "kind": "PropertySignature",
2657
+ "canonicalReference": "@alloy-js/csharp!DocIncludeProps#path:member",
2658
+ "docComment": "/**\n * is an XPath expression that selects some of the XML in the external XML file.\n */\n",
2659
+ "excerptTokens": [
2660
+ {
2661
+ "kind": "Content",
2662
+ "text": "path?: "
2663
+ },
2664
+ {
2665
+ "kind": "Content",
2666
+ "text": "string"
2667
+ },
2668
+ {
2669
+ "kind": "Content",
2670
+ "text": ";"
2671
+ }
2672
+ ],
2673
+ "isReadonly": false,
2674
+ "isOptional": true,
2675
+ "releaseTag": "Public",
2676
+ "name": "path",
2677
+ "propertyTypeTokenRange": {
2678
+ "startIndex": 1,
2679
+ "endIndex": 2
2680
+ }
2681
+ }
2682
+ ],
2683
+ "extendsTokenRanges": []
2684
+ },
2685
+ {
2686
+ "kind": "Function",
2687
+ "canonicalReference": "@alloy-js/csharp!DocList:function(1)",
2688
+ "docComment": "",
2689
+ "excerptTokens": [
2690
+ {
2691
+ "kind": "Content",
2692
+ "text": "export declare function DocList(props: "
2693
+ },
2694
+ {
2695
+ "kind": "Reference",
2696
+ "text": "DocListProps",
2697
+ "canonicalReference": "@alloy-js/csharp!DocListProps:interface"
2698
+ },
2699
+ {
2700
+ "kind": "Content",
2701
+ "text": "): "
2702
+ },
2703
+ {
2704
+ "kind": "Reference",
2705
+ "text": "Children",
2706
+ "canonicalReference": "@alloy-js/core!Children:type"
2707
+ },
2708
+ {
2709
+ "kind": "Content",
2710
+ "text": ";"
2711
+ }
2712
+ ],
2713
+ "fileUrlPath": "src/components/doc/comment.tsx",
2714
+ "returnTypeTokenRange": {
2715
+ "startIndex": 3,
2716
+ "endIndex": 4
2717
+ },
2718
+ "releaseTag": "Public",
2719
+ "overloadIndex": 1,
2720
+ "parameters": [
2721
+ {
2722
+ "parameterName": "props",
2723
+ "parameterTypeTokenRange": {
2724
+ "startIndex": 1,
2725
+ "endIndex": 2
2726
+ },
2727
+ "isOptional": false
2728
+ }
2729
+ ],
2730
+ "name": "DocList"
2731
+ },
2732
+ {
2733
+ "kind": "Interface",
2734
+ "canonicalReference": "@alloy-js/csharp!DocListProps:interface",
2735
+ "docComment": "",
2736
+ "excerptTokens": [
2737
+ {
2738
+ "kind": "Content",
2739
+ "text": "export interface DocListProps "
2740
+ }
2741
+ ],
2742
+ "fileUrlPath": "src/components/doc/comment.tsx",
2743
+ "releaseTag": "Public",
2744
+ "name": "DocListProps",
2745
+ "preserveMemberOrder": false,
2746
+ "members": [
2747
+ {
2748
+ "kind": "PropertySignature",
2749
+ "canonicalReference": "@alloy-js/csharp!DocListProps#items:member",
2750
+ "docComment": "",
2751
+ "excerptTokens": [
2752
+ {
2753
+ "kind": "Content",
2754
+ "text": "items: "
2755
+ },
2756
+ {
2757
+ "kind": "Reference",
2758
+ "text": "Children",
2759
+ "canonicalReference": "@alloy-js/core!Children:type"
2760
+ },
2761
+ {
2762
+ "kind": "Content",
2763
+ "text": "[]"
2764
+ },
2765
+ {
2766
+ "kind": "Content",
2767
+ "text": ";"
2768
+ }
2769
+ ],
2770
+ "isReadonly": false,
2771
+ "isOptional": false,
2772
+ "releaseTag": "Public",
2773
+ "name": "items",
2774
+ "propertyTypeTokenRange": {
2775
+ "startIndex": 1,
2776
+ "endIndex": 3
2777
+ }
2778
+ },
2779
+ {
2780
+ "kind": "PropertySignature",
2781
+ "canonicalReference": "@alloy-js/csharp!DocListProps#type:member",
2782
+ "docComment": "",
2783
+ "excerptTokens": [
2784
+ {
2785
+ "kind": "Content",
2786
+ "text": "type?: "
2787
+ },
2788
+ {
2789
+ "kind": "Content",
2790
+ "text": "\"bullet\" | \"number\""
2791
+ },
2792
+ {
2793
+ "kind": "Content",
2794
+ "text": ";"
2795
+ }
2796
+ ],
2797
+ "isReadonly": false,
2798
+ "isOptional": true,
2799
+ "releaseTag": "Public",
2800
+ "name": "type",
2801
+ "propertyTypeTokenRange": {
2802
+ "startIndex": 1,
2803
+ "endIndex": 2
2804
+ }
2805
+ }
2806
+ ],
2807
+ "extendsTokenRanges": []
2808
+ },
2809
+ {
2810
+ "kind": "Function",
2811
+ "canonicalReference": "@alloy-js/csharp!DocPara:function(1)",
2812
+ "docComment": "",
2813
+ "excerptTokens": [
2814
+ {
2815
+ "kind": "Content",
2816
+ "text": "DocPara: (props: "
2817
+ },
2818
+ {
2819
+ "kind": "Reference",
2820
+ "text": "DocCommentProps",
2821
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
2822
+ },
2823
+ {
2824
+ "kind": "Content",
2825
+ "text": ") => "
2826
+ },
2827
+ {
2828
+ "kind": "Reference",
2829
+ "text": "Children",
2830
+ "canonicalReference": "@alloy-js/core!Children:type"
2831
+ }
2832
+ ],
2833
+ "fileUrlPath": "src/components/doc/comment.tsx",
2834
+ "returnTypeTokenRange": {
2835
+ "startIndex": 3,
2836
+ "endIndex": 4
2837
+ },
2838
+ "releaseTag": "Public",
2839
+ "overloadIndex": 1,
2840
+ "parameters": [
2841
+ {
2842
+ "parameterName": "props",
2843
+ "parameterTypeTokenRange": {
2844
+ "startIndex": 1,
2845
+ "endIndex": 2
2846
+ },
2847
+ "isOptional": false
2848
+ }
2849
+ ],
2850
+ "name": "DocPara"
2851
+ },
2852
+ {
2853
+ "kind": "Function",
2854
+ "canonicalReference": "@alloy-js/csharp!DocParam:function(1)",
2855
+ "docComment": "",
2856
+ "excerptTokens": [
2857
+ {
2858
+ "kind": "Content",
2859
+ "text": "DocParam: (props: "
2860
+ },
2861
+ {
2862
+ "kind": "Reference",
2863
+ "text": "DocParamProps",
2864
+ "canonicalReference": "@alloy-js/csharp!DocParamProps:interface"
2865
+ },
2866
+ {
2867
+ "kind": "Content",
2868
+ "text": ") => "
2869
+ },
2870
+ {
2871
+ "kind": "Reference",
2872
+ "text": "Children",
2873
+ "canonicalReference": "@alloy-js/core!Children:type"
2874
+ }
2875
+ ],
2876
+ "fileUrlPath": "src/components/doc/comment.tsx",
2877
+ "returnTypeTokenRange": {
2878
+ "startIndex": 3,
2879
+ "endIndex": 4
2880
+ },
2881
+ "releaseTag": "Public",
2882
+ "overloadIndex": 1,
2883
+ "parameters": [
2884
+ {
2885
+ "parameterName": "props",
2886
+ "parameterTypeTokenRange": {
2887
+ "startIndex": 1,
2888
+ "endIndex": 2
2889
+ },
2890
+ "isOptional": false
2891
+ }
2892
+ ],
2893
+ "name": "DocParam"
2894
+ },
2895
+ {
2896
+ "kind": "Interface",
2897
+ "canonicalReference": "@alloy-js/csharp!DocParamProps:interface",
2898
+ "docComment": "",
2899
+ "excerptTokens": [
2900
+ {
2901
+ "kind": "Content",
2902
+ "text": "export interface DocParamProps "
2903
+ }
2904
+ ],
2905
+ "fileUrlPath": "src/components/doc/comment.tsx",
2906
+ "releaseTag": "Public",
2907
+ "name": "DocParamProps",
2908
+ "preserveMemberOrder": false,
2909
+ "members": [
2910
+ {
2911
+ "kind": "PropertySignature",
2912
+ "canonicalReference": "@alloy-js/csharp!DocParamProps#children:member",
2913
+ "docComment": "",
2914
+ "excerptTokens": [
2915
+ {
2916
+ "kind": "Content",
2917
+ "text": "children: "
2918
+ },
2919
+ {
2920
+ "kind": "Reference",
2921
+ "text": "Children",
2922
+ "canonicalReference": "@alloy-js/core!Children:type"
2923
+ },
2924
+ {
2925
+ "kind": "Content",
2926
+ "text": ";"
2927
+ }
2928
+ ],
2929
+ "isReadonly": false,
2930
+ "isOptional": false,
2931
+ "releaseTag": "Public",
2932
+ "name": "children",
2933
+ "propertyTypeTokenRange": {
2934
+ "startIndex": 1,
2935
+ "endIndex": 2
2936
+ }
2937
+ },
2938
+ {
2939
+ "kind": "PropertySignature",
2940
+ "canonicalReference": "@alloy-js/csharp!DocParamProps#name:member",
2941
+ "docComment": "",
2942
+ "excerptTokens": [
2943
+ {
2944
+ "kind": "Content",
2945
+ "text": "name: "
2946
+ },
2947
+ {
2948
+ "kind": "Content",
2949
+ "text": "string"
2950
+ },
2951
+ {
2952
+ "kind": "Content",
2953
+ "text": ";"
2954
+ }
2955
+ ],
2956
+ "isReadonly": false,
2957
+ "isOptional": false,
2958
+ "releaseTag": "Public",
2959
+ "name": "name",
2960
+ "propertyTypeTokenRange": {
2961
+ "startIndex": 1,
2962
+ "endIndex": 2
2963
+ }
2964
+ }
2965
+ ],
2966
+ "extendsTokenRanges": []
2967
+ },
2968
+ {
2969
+ "kind": "Function",
2970
+ "canonicalReference": "@alloy-js/csharp!DocParamRef:function(1)",
2971
+ "docComment": "",
2972
+ "excerptTokens": [
2973
+ {
2974
+ "kind": "Content",
2975
+ "text": "DocParamRef: (props: "
2976
+ },
2977
+ {
2978
+ "kind": "Reference",
2979
+ "text": "DocParamRefProps",
2980
+ "canonicalReference": "@alloy-js/csharp!DocParamRefProps:interface"
2981
+ },
2982
+ {
2983
+ "kind": "Content",
2984
+ "text": ") => "
2985
+ },
2986
+ {
2987
+ "kind": "Content",
2988
+ "text": "string"
2989
+ }
2990
+ ],
2991
+ "fileUrlPath": "src/components/doc/comment.tsx",
2992
+ "returnTypeTokenRange": {
2993
+ "startIndex": 3,
2994
+ "endIndex": 4
2995
+ },
2996
+ "releaseTag": "Public",
2997
+ "overloadIndex": 1,
2998
+ "parameters": [
2999
+ {
3000
+ "parameterName": "props",
3001
+ "parameterTypeTokenRange": {
3002
+ "startIndex": 1,
3003
+ "endIndex": 2
3004
+ },
3005
+ "isOptional": false
3006
+ }
3007
+ ],
3008
+ "name": "DocParamRef"
3009
+ },
3010
+ {
3011
+ "kind": "Interface",
3012
+ "canonicalReference": "@alloy-js/csharp!DocParamRefProps:interface",
3013
+ "docComment": "",
3014
+ "excerptTokens": [
3015
+ {
3016
+ "kind": "Content",
3017
+ "text": "export interface DocParamRefProps "
3018
+ }
3019
+ ],
3020
+ "fileUrlPath": "src/components/doc/comment.tsx",
3021
+ "releaseTag": "Public",
3022
+ "name": "DocParamRefProps",
3023
+ "preserveMemberOrder": false,
3024
+ "members": [
3025
+ {
3026
+ "kind": "PropertySignature",
3027
+ "canonicalReference": "@alloy-js/csharp!DocParamRefProps#name:member",
3028
+ "docComment": "",
3029
+ "excerptTokens": [
3030
+ {
3031
+ "kind": "Content",
3032
+ "text": "name: "
3033
+ },
3034
+ {
3035
+ "kind": "Content",
3036
+ "text": "string"
3037
+ },
3038
+ {
3039
+ "kind": "Content",
3040
+ "text": ";"
3041
+ }
3042
+ ],
3043
+ "isReadonly": false,
3044
+ "isOptional": false,
3045
+ "releaseTag": "Public",
3046
+ "name": "name",
3047
+ "propertyTypeTokenRange": {
3048
+ "startIndex": 1,
3049
+ "endIndex": 2
3050
+ }
3051
+ }
3052
+ ],
3053
+ "extendsTokenRanges": []
3054
+ },
3055
+ {
3056
+ "kind": "Function",
3057
+ "canonicalReference": "@alloy-js/csharp!DocPermission:function(1)",
3058
+ "docComment": "",
3059
+ "excerptTokens": [
3060
+ {
3061
+ "kind": "Content",
3062
+ "text": "DocPermission: (props: "
3063
+ },
3064
+ {
3065
+ "kind": "Reference",
3066
+ "text": "DocCommentProps",
3067
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
3068
+ },
3069
+ {
3070
+ "kind": "Content",
3071
+ "text": ") => "
3072
+ },
3073
+ {
3074
+ "kind": "Reference",
3075
+ "text": "Children",
3076
+ "canonicalReference": "@alloy-js/core!Children:type"
3077
+ }
3078
+ ],
3079
+ "fileUrlPath": "src/components/doc/comment.tsx",
3080
+ "returnTypeTokenRange": {
3081
+ "startIndex": 3,
3082
+ "endIndex": 4
3083
+ },
3084
+ "releaseTag": "Public",
3085
+ "overloadIndex": 1,
3086
+ "parameters": [
3087
+ {
3088
+ "parameterName": "props",
3089
+ "parameterTypeTokenRange": {
3090
+ "startIndex": 1,
3091
+ "endIndex": 2
3092
+ },
3093
+ "isOptional": false
3094
+ }
3095
+ ],
3096
+ "name": "DocPermission"
3097
+ },
3098
+ {
3099
+ "kind": "Function",
3100
+ "canonicalReference": "@alloy-js/csharp!DocRemarks:function(1)",
3101
+ "docComment": "",
3102
+ "excerptTokens": [
3103
+ {
3104
+ "kind": "Content",
3105
+ "text": "DocRemarks: (props: "
3106
+ },
3107
+ {
3108
+ "kind": "Reference",
3109
+ "text": "DocCommentProps",
3110
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
3111
+ },
3112
+ {
3113
+ "kind": "Content",
3114
+ "text": ") => "
3115
+ },
3116
+ {
3117
+ "kind": "Reference",
3118
+ "text": "Children",
3119
+ "canonicalReference": "@alloy-js/core!Children:type"
3120
+ }
3121
+ ],
3122
+ "fileUrlPath": "src/components/doc/comment.tsx",
3123
+ "returnTypeTokenRange": {
3124
+ "startIndex": 3,
3125
+ "endIndex": 4
3126
+ },
3127
+ "releaseTag": "Public",
3128
+ "overloadIndex": 1,
3129
+ "parameters": [
3130
+ {
3131
+ "parameterName": "props",
3132
+ "parameterTypeTokenRange": {
3133
+ "startIndex": 1,
3134
+ "endIndex": 2
3135
+ },
3136
+ "isOptional": false
3137
+ }
3138
+ ],
3139
+ "name": "DocRemarks"
3140
+ },
3141
+ {
3142
+ "kind": "Function",
3143
+ "canonicalReference": "@alloy-js/csharp!DocReturns:function(1)",
3144
+ "docComment": "",
3145
+ "excerptTokens": [
3146
+ {
3147
+ "kind": "Content",
3148
+ "text": "DocReturns: (props: "
3149
+ },
3150
+ {
3151
+ "kind": "Reference",
3152
+ "text": "DocCommentProps",
3153
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
3154
+ },
3155
+ {
3156
+ "kind": "Content",
3157
+ "text": ") => "
3158
+ },
3159
+ {
3160
+ "kind": "Reference",
3161
+ "text": "Children",
3162
+ "canonicalReference": "@alloy-js/core!Children:type"
3163
+ }
3164
+ ],
3165
+ "fileUrlPath": "src/components/doc/comment.tsx",
3166
+ "returnTypeTokenRange": {
3167
+ "startIndex": 3,
3168
+ "endIndex": 4
3169
+ },
3170
+ "releaseTag": "Public",
3171
+ "overloadIndex": 1,
3172
+ "parameters": [
3173
+ {
3174
+ "parameterName": "props",
3175
+ "parameterTypeTokenRange": {
3176
+ "startIndex": 1,
3177
+ "endIndex": 2
3178
+ },
3179
+ "isOptional": false
3180
+ }
3181
+ ],
3182
+ "name": "DocReturns"
3183
+ },
3184
+ {
3185
+ "kind": "Function",
3186
+ "canonicalReference": "@alloy-js/csharp!DocSee:function(1)",
3187
+ "docComment": "",
3188
+ "excerptTokens": [
3189
+ {
3190
+ "kind": "Content",
3191
+ "text": "DocSee: (props: "
3192
+ },
3193
+ {
3194
+ "kind": "Reference",
3195
+ "text": "DocSeeProps",
3196
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps:interface"
3197
+ },
3198
+ {
3199
+ "kind": "Content",
3200
+ "text": ") => "
3201
+ },
3202
+ {
3203
+ "kind": "Reference",
3204
+ "text": "Children",
3205
+ "canonicalReference": "@alloy-js/core!Children:type"
3206
+ }
3207
+ ],
3208
+ "fileUrlPath": "src/components/doc/comment.tsx",
3209
+ "returnTypeTokenRange": {
3210
+ "startIndex": 3,
3211
+ "endIndex": 4
3212
+ },
3213
+ "releaseTag": "Public",
3214
+ "overloadIndex": 1,
3215
+ "parameters": [
3216
+ {
3217
+ "parameterName": "props",
3218
+ "parameterTypeTokenRange": {
3219
+ "startIndex": 1,
3220
+ "endIndex": 2
3221
+ },
3222
+ "isOptional": false
3223
+ }
3224
+ ],
3225
+ "name": "DocSee"
3226
+ },
3227
+ {
3228
+ "kind": "Function",
3229
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlso:function(1)",
3230
+ "docComment": "",
3231
+ "excerptTokens": [
3232
+ {
3233
+ "kind": "Content",
3234
+ "text": "DocSeeAlso: (props: "
3235
+ },
3236
+ {
3237
+ "kind": "Reference",
3238
+ "text": "DocSeeAlsoProps",
3239
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps:interface"
3240
+ },
3241
+ {
3242
+ "kind": "Content",
3243
+ "text": ") => "
3244
+ },
3245
+ {
3246
+ "kind": "Reference",
3247
+ "text": "Children",
3248
+ "canonicalReference": "@alloy-js/core!Children:type"
3249
+ }
3250
+ ],
3251
+ "fileUrlPath": "src/components/doc/comment.tsx",
3252
+ "returnTypeTokenRange": {
3253
+ "startIndex": 3,
3254
+ "endIndex": 4
3255
+ },
3256
+ "releaseTag": "Public",
3257
+ "overloadIndex": 1,
3258
+ "parameters": [
3259
+ {
3260
+ "parameterName": "props",
3261
+ "parameterTypeTokenRange": {
3262
+ "startIndex": 1,
3263
+ "endIndex": 2
3264
+ },
3265
+ "isOptional": false
3266
+ }
3267
+ ],
3268
+ "name": "DocSeeAlso"
3269
+ },
3270
+ {
3271
+ "kind": "Interface",
3272
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps:interface",
3273
+ "docComment": "",
3274
+ "excerptTokens": [
3275
+ {
3276
+ "kind": "Content",
3277
+ "text": "export interface DocSeeAlsoProps "
3278
+ }
3279
+ ],
3280
+ "fileUrlPath": "src/components/doc/comment.tsx",
3281
+ "releaseTag": "Public",
3282
+ "name": "DocSeeAlsoProps",
3283
+ "preserveMemberOrder": false,
3284
+ "members": [
3285
+ {
3286
+ "kind": "PropertySignature",
3287
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#children:member",
3288
+ "docComment": "",
3289
+ "excerptTokens": [
3290
+ {
3291
+ "kind": "Content",
3292
+ "text": "children?: "
3293
+ },
3294
+ {
3295
+ "kind": "Reference",
3296
+ "text": "Children",
3297
+ "canonicalReference": "@alloy-js/core!Children:type"
3298
+ },
3299
+ {
3300
+ "kind": "Content",
3301
+ "text": ";"
3302
+ }
3303
+ ],
3304
+ "isReadonly": false,
3305
+ "isOptional": true,
3306
+ "releaseTag": "Public",
3307
+ "name": "children",
3308
+ "propertyTypeTokenRange": {
3309
+ "startIndex": 1,
3310
+ "endIndex": 2
3311
+ }
3312
+ },
3313
+ {
3314
+ "kind": "PropertySignature",
3315
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#cref:member",
3316
+ "docComment": "",
3317
+ "excerptTokens": [
3318
+ {
3319
+ "kind": "Content",
3320
+ "text": "cref?: "
3321
+ },
3322
+ {
3323
+ "kind": "Content",
3324
+ "text": "string"
3325
+ },
3326
+ {
3327
+ "kind": "Content",
3328
+ "text": ";"
3329
+ }
3330
+ ],
3331
+ "isReadonly": false,
3332
+ "isOptional": true,
3333
+ "releaseTag": "Public",
3334
+ "name": "cref",
3335
+ "propertyTypeTokenRange": {
3336
+ "startIndex": 1,
3337
+ "endIndex": 2
3338
+ }
3339
+ },
3340
+ {
3341
+ "kind": "PropertySignature",
3342
+ "canonicalReference": "@alloy-js/csharp!DocSeeAlsoProps#href:member",
3343
+ "docComment": "",
3344
+ "excerptTokens": [
3345
+ {
3346
+ "kind": "Content",
3347
+ "text": "href?: "
3348
+ },
3349
+ {
3350
+ "kind": "Content",
3351
+ "text": "string"
3352
+ },
3353
+ {
3354
+ "kind": "Content",
3355
+ "text": ";"
3356
+ }
3357
+ ],
3358
+ "isReadonly": false,
3359
+ "isOptional": true,
3360
+ "releaseTag": "Public",
3361
+ "name": "href",
3362
+ "propertyTypeTokenRange": {
3363
+ "startIndex": 1,
3364
+ "endIndex": 2
3365
+ }
3366
+ }
3367
+ ],
3368
+ "extendsTokenRanges": []
3369
+ },
3370
+ {
3371
+ "kind": "Interface",
3372
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps:interface",
3373
+ "docComment": "",
3374
+ "excerptTokens": [
3375
+ {
3376
+ "kind": "Content",
3377
+ "text": "export interface DocSeeProps "
3378
+ }
3379
+ ],
3380
+ "fileUrlPath": "src/components/doc/comment.tsx",
3381
+ "releaseTag": "Public",
3382
+ "name": "DocSeeProps",
3383
+ "preserveMemberOrder": false,
3384
+ "members": [
3385
+ {
3386
+ "kind": "PropertySignature",
3387
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps#children:member",
3388
+ "docComment": "",
3389
+ "excerptTokens": [
3390
+ {
3391
+ "kind": "Content",
3392
+ "text": "children?: "
3393
+ },
3394
+ {
3395
+ "kind": "Reference",
3396
+ "text": "Children",
3397
+ "canonicalReference": "@alloy-js/core!Children:type"
3398
+ },
3399
+ {
3400
+ "kind": "Content",
3401
+ "text": ";"
3402
+ }
3403
+ ],
3404
+ "isReadonly": false,
3405
+ "isOptional": true,
3406
+ "releaseTag": "Public",
3407
+ "name": "children",
3408
+ "propertyTypeTokenRange": {
3409
+ "startIndex": 1,
3410
+ "endIndex": 2
3411
+ }
3412
+ },
3413
+ {
3414
+ "kind": "PropertySignature",
3415
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps#cref:member",
3416
+ "docComment": "",
3417
+ "excerptTokens": [
3418
+ {
3419
+ "kind": "Content",
3420
+ "text": "cref?: "
3421
+ },
3422
+ {
3423
+ "kind": "Content",
3424
+ "text": "string"
3425
+ },
3426
+ {
3427
+ "kind": "Content",
3428
+ "text": ";"
3429
+ }
3430
+ ],
3431
+ "isReadonly": false,
3432
+ "isOptional": true,
3433
+ "releaseTag": "Public",
3434
+ "name": "cref",
3435
+ "propertyTypeTokenRange": {
3436
+ "startIndex": 1,
3437
+ "endIndex": 2
3438
+ }
3439
+ },
3440
+ {
3441
+ "kind": "PropertySignature",
3442
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps#href:member",
3443
+ "docComment": "",
3444
+ "excerptTokens": [
3445
+ {
3446
+ "kind": "Content",
3447
+ "text": "href?: "
3448
+ },
3449
+ {
3450
+ "kind": "Content",
3451
+ "text": "string"
3452
+ },
3453
+ {
3454
+ "kind": "Content",
3455
+ "text": ";"
3456
+ }
3457
+ ],
3458
+ "isReadonly": false,
3459
+ "isOptional": true,
3460
+ "releaseTag": "Public",
3461
+ "name": "href",
3462
+ "propertyTypeTokenRange": {
3463
+ "startIndex": 1,
3464
+ "endIndex": 2
3465
+ }
3466
+ },
3467
+ {
3468
+ "kind": "PropertySignature",
3469
+ "canonicalReference": "@alloy-js/csharp!DocSeeProps#langword:member",
3470
+ "docComment": "",
3471
+ "excerptTokens": [
3472
+ {
3473
+ "kind": "Content",
3474
+ "text": "langword?: "
3475
+ },
3476
+ {
3477
+ "kind": "Content",
3478
+ "text": "string"
3479
+ },
3480
+ {
3481
+ "kind": "Content",
3482
+ "text": ";"
3483
+ }
3484
+ ],
3485
+ "isReadonly": false,
3486
+ "isOptional": true,
3487
+ "releaseTag": "Public",
3488
+ "name": "langword",
3489
+ "propertyTypeTokenRange": {
3490
+ "startIndex": 1,
3491
+ "endIndex": 2
3492
+ }
3493
+ }
3494
+ ],
3495
+ "extendsTokenRanges": []
3496
+ },
3497
+ {
3498
+ "kind": "Function",
3499
+ "canonicalReference": "@alloy-js/csharp!DocSummary:function(1)",
3500
+ "docComment": "",
3501
+ "excerptTokens": [
3502
+ {
3503
+ "kind": "Content",
3504
+ "text": "DocSummary: (props: "
3505
+ },
3506
+ {
3507
+ "kind": "Reference",
3508
+ "text": "DocCommentProps",
3509
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
3510
+ },
3511
+ {
3512
+ "kind": "Content",
3513
+ "text": ") => "
3514
+ },
3515
+ {
3516
+ "kind": "Reference",
3517
+ "text": "Children",
3518
+ "canonicalReference": "@alloy-js/core!Children:type"
3519
+ }
3520
+ ],
3521
+ "fileUrlPath": "src/components/doc/comment.tsx",
3522
+ "returnTypeTokenRange": {
3523
+ "startIndex": 3,
3524
+ "endIndex": 4
3525
+ },
3526
+ "releaseTag": "Public",
3527
+ "overloadIndex": 1,
3528
+ "parameters": [
3529
+ {
3530
+ "parameterName": "props",
3531
+ "parameterTypeTokenRange": {
3532
+ "startIndex": 1,
3533
+ "endIndex": 2
3534
+ },
3535
+ "isOptional": false
3536
+ }
3537
+ ],
3538
+ "name": "DocSummary"
3539
+ },
3540
+ {
3541
+ "kind": "Function",
3542
+ "canonicalReference": "@alloy-js/csharp!DocTypeParam:function(1)",
3543
+ "docComment": "",
3544
+ "excerptTokens": [
3545
+ {
3546
+ "kind": "Content",
3547
+ "text": "DocTypeParam: (props: "
3548
+ },
3549
+ {
3550
+ "kind": "Reference",
3551
+ "text": "DocTypeParamProps",
3552
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamProps:interface"
3553
+ },
3554
+ {
3555
+ "kind": "Content",
3556
+ "text": ") => "
3557
+ },
3558
+ {
3559
+ "kind": "Reference",
3560
+ "text": "Children",
3561
+ "canonicalReference": "@alloy-js/core!Children:type"
3562
+ }
3563
+ ],
3564
+ "fileUrlPath": "src/components/doc/comment.tsx",
3565
+ "returnTypeTokenRange": {
3566
+ "startIndex": 3,
3567
+ "endIndex": 4
3568
+ },
3569
+ "releaseTag": "Public",
3570
+ "overloadIndex": 1,
3571
+ "parameters": [
3572
+ {
3573
+ "parameterName": "props",
3574
+ "parameterTypeTokenRange": {
3575
+ "startIndex": 1,
3576
+ "endIndex": 2
3577
+ },
3578
+ "isOptional": false
3579
+ }
3580
+ ],
3581
+ "name": "DocTypeParam"
3582
+ },
3583
+ {
3584
+ "kind": "Interface",
3585
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamProps:interface",
3586
+ "docComment": "",
3587
+ "excerptTokens": [
3588
+ {
3589
+ "kind": "Content",
3590
+ "text": "export interface DocTypeParamProps "
3591
+ }
3592
+ ],
3593
+ "fileUrlPath": "src/components/doc/comment.tsx",
3594
+ "releaseTag": "Public",
3595
+ "name": "DocTypeParamProps",
3596
+ "preserveMemberOrder": false,
3597
+ "members": [
3598
+ {
3599
+ "kind": "PropertySignature",
3600
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamProps#children:member",
3601
+ "docComment": "",
3602
+ "excerptTokens": [
3603
+ {
3604
+ "kind": "Content",
3605
+ "text": "children: "
3606
+ },
3607
+ {
3608
+ "kind": "Reference",
3609
+ "text": "Children",
3610
+ "canonicalReference": "@alloy-js/core!Children:type"
3611
+ },
3612
+ {
3613
+ "kind": "Content",
3614
+ "text": ";"
3615
+ }
3616
+ ],
3617
+ "isReadonly": false,
3618
+ "isOptional": false,
3619
+ "releaseTag": "Public",
3620
+ "name": "children",
3621
+ "propertyTypeTokenRange": {
3622
+ "startIndex": 1,
3623
+ "endIndex": 2
3624
+ }
3625
+ },
3626
+ {
3627
+ "kind": "PropertySignature",
3628
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamProps#name:member",
3629
+ "docComment": "",
3630
+ "excerptTokens": [
3631
+ {
3632
+ "kind": "Content",
3633
+ "text": "name: "
3634
+ },
3635
+ {
3636
+ "kind": "Content",
3637
+ "text": "string"
3638
+ },
3639
+ {
3640
+ "kind": "Content",
3641
+ "text": ";"
3642
+ }
3643
+ ],
3644
+ "isReadonly": false,
3645
+ "isOptional": false,
3646
+ "releaseTag": "Public",
3647
+ "name": "name",
3648
+ "propertyTypeTokenRange": {
3649
+ "startIndex": 1,
3650
+ "endIndex": 2
3651
+ }
3652
+ }
3653
+ ],
3654
+ "extendsTokenRanges": []
3655
+ },
3656
+ {
3657
+ "kind": "Function",
3658
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamRef:function(1)",
3659
+ "docComment": "",
3660
+ "excerptTokens": [
3661
+ {
3662
+ "kind": "Content",
3663
+ "text": "DocTypeParamRef: (props: "
3664
+ },
3665
+ {
3666
+ "kind": "Reference",
3667
+ "text": "DocTypeParamRefProps",
3668
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps:interface"
3669
+ },
3670
+ {
3671
+ "kind": "Content",
3672
+ "text": ") => "
3673
+ },
3674
+ {
3675
+ "kind": "Content",
3676
+ "text": "string"
3677
+ }
3678
+ ],
3679
+ "fileUrlPath": "src/components/doc/comment.tsx",
3680
+ "returnTypeTokenRange": {
3681
+ "startIndex": 3,
3682
+ "endIndex": 4
3683
+ },
3684
+ "releaseTag": "Public",
3685
+ "overloadIndex": 1,
3686
+ "parameters": [
3687
+ {
3688
+ "parameterName": "props",
3689
+ "parameterTypeTokenRange": {
3690
+ "startIndex": 1,
3691
+ "endIndex": 2
3692
+ },
3693
+ "isOptional": false
3694
+ }
3695
+ ],
3696
+ "name": "DocTypeParamRef"
3697
+ },
3698
+ {
3699
+ "kind": "Interface",
3700
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps:interface",
3701
+ "docComment": "",
3702
+ "excerptTokens": [
3703
+ {
3704
+ "kind": "Content",
3705
+ "text": "export interface DocTypeParamRefProps "
3706
+ }
3707
+ ],
3708
+ "fileUrlPath": "src/components/doc/comment.tsx",
3709
+ "releaseTag": "Public",
3710
+ "name": "DocTypeParamRefProps",
3711
+ "preserveMemberOrder": false,
3712
+ "members": [
3713
+ {
3714
+ "kind": "PropertySignature",
3715
+ "canonicalReference": "@alloy-js/csharp!DocTypeParamRefProps#name:member",
3716
+ "docComment": "",
3717
+ "excerptTokens": [
3718
+ {
3719
+ "kind": "Content",
3720
+ "text": "name: "
3721
+ },
3722
+ {
3723
+ "kind": "Content",
3724
+ "text": "string"
3725
+ },
3726
+ {
3727
+ "kind": "Content",
3728
+ "text": ";"
3729
+ }
3730
+ ],
3731
+ "isReadonly": false,
3732
+ "isOptional": false,
3733
+ "releaseTag": "Public",
3734
+ "name": "name",
3735
+ "propertyTypeTokenRange": {
3736
+ "startIndex": 1,
3737
+ "endIndex": 2
3738
+ }
3739
+ }
3740
+ ],
3741
+ "extendsTokenRanges": []
3742
+ },
3743
+ {
3744
+ "kind": "Function",
3745
+ "canonicalReference": "@alloy-js/csharp!DocValue:function(1)",
3746
+ "docComment": "",
3747
+ "excerptTokens": [
3748
+ {
3749
+ "kind": "Content",
3750
+ "text": "DocValue: (props: "
3751
+ },
3752
+ {
3753
+ "kind": "Reference",
3754
+ "text": "DocCommentProps",
3755
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
3756
+ },
3757
+ {
3758
+ "kind": "Content",
3759
+ "text": ") => "
3760
+ },
3761
+ {
3762
+ "kind": "Reference",
3763
+ "text": "Children",
3764
+ "canonicalReference": "@alloy-js/core!Children:type"
3765
+ }
3766
+ ],
3767
+ "fileUrlPath": "src/components/doc/comment.tsx",
3768
+ "returnTypeTokenRange": {
3769
+ "startIndex": 3,
3770
+ "endIndex": 4
3771
+ },
3772
+ "releaseTag": "Public",
3773
+ "overloadIndex": 1,
3774
+ "parameters": [
3775
+ {
3776
+ "parameterName": "props",
3777
+ "parameterTypeTokenRange": {
3778
+ "startIndex": 1,
3779
+ "endIndex": 2
3780
+ },
3781
+ "isOptional": false
3782
+ }
3783
+ ],
3784
+ "name": "DocValue"
3785
+ },
3786
+ {
3787
+ "kind": "Function",
3788
+ "canonicalReference": "@alloy-js/csharp!DocWhen:function(1)",
3789
+ "docComment": "/**\n * Conditionally render the given doc in a <DocComment /> component and tail with a line\n */\n",
3790
+ "excerptTokens": [
3791
+ {
3792
+ "kind": "Content",
3793
+ "text": "export declare function DocWhen(props: "
3794
+ },
3795
+ {
3796
+ "kind": "Reference",
3797
+ "text": "DocWhenProps",
3798
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface"
3799
+ },
3800
+ {
3801
+ "kind": "Content",
3802
+ "text": "): "
3803
+ },
3804
+ {
3805
+ "kind": "Reference",
3806
+ "text": "Children",
3807
+ "canonicalReference": "@alloy-js/core!Children:type"
3808
+ },
3809
+ {
3810
+ "kind": "Content",
3811
+ "text": ";"
3812
+ }
3813
+ ],
3814
+ "fileUrlPath": "src/components/doc/comment.tsx",
3815
+ "returnTypeTokenRange": {
3816
+ "startIndex": 3,
3817
+ "endIndex": 4
3818
+ },
3819
+ "releaseTag": "Public",
3820
+ "overloadIndex": 1,
3821
+ "parameters": [
3822
+ {
3823
+ "parameterName": "props",
3824
+ "parameterTypeTokenRange": {
3825
+ "startIndex": 1,
3826
+ "endIndex": 2
3827
+ },
3828
+ "isOptional": false
3829
+ }
3830
+ ],
3831
+ "name": "DocWhen"
3832
+ },
3833
+ {
3834
+ "kind": "Interface",
3835
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps:interface",
3836
+ "docComment": "",
3837
+ "excerptTokens": [
3838
+ {
3839
+ "kind": "Content",
3840
+ "text": "export interface DocWhenProps "
3841
+ }
3842
+ ],
3843
+ "fileUrlPath": "src/components/doc/comment.tsx",
3844
+ "releaseTag": "Public",
3845
+ "name": "DocWhenProps",
3846
+ "preserveMemberOrder": false,
3847
+ "members": [
3848
+ {
3849
+ "kind": "PropertySignature",
3850
+ "canonicalReference": "@alloy-js/csharp!DocWhenProps#doc:member",
3851
+ "docComment": "",
3852
+ "excerptTokens": [
3853
+ {
3854
+ "kind": "Content",
3855
+ "text": "doc: "
3856
+ },
3857
+ {
3858
+ "kind": "Reference",
3859
+ "text": "Children",
3860
+ "canonicalReference": "@alloy-js/core!Children:type"
3861
+ },
3862
+ {
3863
+ "kind": "Content",
3864
+ "text": " | undefined"
3865
+ },
3866
+ {
3867
+ "kind": "Content",
3868
+ "text": ";"
3869
+ }
3870
+ ],
3871
+ "isReadonly": false,
3872
+ "isOptional": false,
3873
+ "releaseTag": "Public",
3874
+ "name": "doc",
3875
+ "propertyTypeTokenRange": {
3876
+ "startIndex": 1,
3877
+ "endIndex": 3
3878
+ }
3879
+ }
3880
+ ],
3881
+ "extendsTokenRanges": []
3882
+ },
2122
3883
  {
2123
3884
  "kind": "Function",
2124
3885
  "canonicalReference": "@alloy-js/csharp!EnumDeclaration:function(1)",
@@ -3092,6 +4853,119 @@
3092
4853
  ],
3093
4854
  "extendsTokenRanges": []
3094
4855
  },
4856
+ {
4857
+ "kind": "Function",
4858
+ "canonicalReference": "@alloy-js/csharp!makeDocCommentTag:function(1)",
4859
+ "docComment": "",
4860
+ "excerptTokens": [
4861
+ {
4862
+ "kind": "Content",
4863
+ "text": "export declare function makeDocCommentTag(name: "
4864
+ },
4865
+ {
4866
+ "kind": "Content",
4867
+ "text": "string"
4868
+ },
4869
+ {
4870
+ "kind": "Content",
4871
+ "text": "): "
4872
+ },
4873
+ {
4874
+ "kind": "Content",
4875
+ "text": "(props: "
4876
+ },
4877
+ {
4878
+ "kind": "Reference",
4879
+ "text": "DocCommentProps",
4880
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
4881
+ },
4882
+ {
4883
+ "kind": "Content",
4884
+ "text": ") => "
4885
+ },
4886
+ {
4887
+ "kind": "Reference",
4888
+ "text": "Children",
4889
+ "canonicalReference": "@alloy-js/core!Children:type"
4890
+ },
4891
+ {
4892
+ "kind": "Content",
4893
+ "text": ";"
4894
+ }
4895
+ ],
4896
+ "fileUrlPath": "src/components/doc/comment.tsx",
4897
+ "returnTypeTokenRange": {
4898
+ "startIndex": 3,
4899
+ "endIndex": 7
4900
+ },
4901
+ "releaseTag": "Public",
4902
+ "overloadIndex": 1,
4903
+ "parameters": [
4904
+ {
4905
+ "parameterName": "name",
4906
+ "parameterTypeTokenRange": {
4907
+ "startIndex": 1,
4908
+ "endIndex": 2
4909
+ },
4910
+ "isOptional": false
4911
+ }
4912
+ ],
4913
+ "name": "makeDocCommentTag"
4914
+ },
4915
+ {
4916
+ "kind": "Function",
4917
+ "canonicalReference": "@alloy-js/csharp!makeInlineDocCommentTag:function(1)",
4918
+ "docComment": "",
4919
+ "excerptTokens": [
4920
+ {
4921
+ "kind": "Content",
4922
+ "text": "export declare function makeInlineDocCommentTag(name: "
4923
+ },
4924
+ {
4925
+ "kind": "Content",
4926
+ "text": "string"
4927
+ },
4928
+ {
4929
+ "kind": "Content",
4930
+ "text": "): "
4931
+ },
4932
+ {
4933
+ "kind": "Content",
4934
+ "text": "(props: "
4935
+ },
4936
+ {
4937
+ "kind": "Reference",
4938
+ "text": "DocCommentProps",
4939
+ "canonicalReference": "@alloy-js/csharp!DocCommentProps:interface"
4940
+ },
4941
+ {
4942
+ "kind": "Content",
4943
+ "text": ") => string"
4944
+ },
4945
+ {
4946
+ "kind": "Content",
4947
+ "text": ";"
4948
+ }
4949
+ ],
4950
+ "fileUrlPath": "src/components/doc/comment.tsx",
4951
+ "returnTypeTokenRange": {
4952
+ "startIndex": 3,
4953
+ "endIndex": 6
4954
+ },
4955
+ "releaseTag": "Public",
4956
+ "overloadIndex": 1,
4957
+ "parameters": [
4958
+ {
4959
+ "parameterName": "name",
4960
+ "parameterTypeTokenRange": {
4961
+ "startIndex": 1,
4962
+ "endIndex": 2
4963
+ },
4964
+ "isOptional": false
4965
+ }
4966
+ ],
4967
+ "name": "makeInlineDocCommentTag"
4968
+ },
3095
4969
  {
3096
4970
  "kind": "Function",
3097
4971
  "canonicalReference": "@alloy-js/csharp!makeModifiers:function(1)",