@stainless-api/docs-ui 0.1.0-beta.6 → 0.1.0-beta.61

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.
Files changed (206) hide show
  1. package/dist/breadcrumbs-BVskoBYz.d.ts +25 -0
  2. package/dist/breadcrumbs-C9LLJyuJ.d.ts +25 -0
  3. package/dist/breadcrumbs-CqA6kow2.js +63 -0
  4. package/dist/chunk-BN_g-Awi.js +18 -0
  5. package/dist/cli-0bJ66S1r.js +157 -0
  6. package/dist/component-CjJJYIxG.js +23 -0
  7. package/dist/component-generics-BC_P155r.d.ts +30 -0
  8. package/dist/component-generics-BkwbbxJF.d.ts +30 -0
  9. package/dist/component-generics-POFirVVb.js +45 -0
  10. package/dist/components/MaskedInput.d.ts +14 -0
  11. package/dist/components/MaskedInput.js +76 -0
  12. package/dist/components/breadcrumbs.d.ts +2 -0
  13. package/dist/components/breadcrumbs.js +9 -0
  14. package/dist/components/icons.d.ts +60 -0
  15. package/dist/components/icons.js +3 -0
  16. package/dist/components/index.d.ts +10 -0
  17. package/dist/components/index.js +18 -0
  18. package/dist/components/method.d.ts +2 -0
  19. package/dist/components/method.js +10 -0
  20. package/dist/components/overview.d.ts +2 -0
  21. package/dist/components/overview.js +11 -0
  22. package/dist/components/primitives.d.ts +2 -0
  23. package/dist/components/primitives.js +8 -0
  24. package/dist/components/properties.d.ts +2 -0
  25. package/dist/components/properties.js +9 -0
  26. package/dist/components/sdk.d.ts +2 -0
  27. package/dist/components/sdk.js +10 -0
  28. package/dist/components/sidebar.d.ts +2 -0
  29. package/dist/components/sidebar.js +9 -0
  30. package/dist/components/snippets.d.ts +3 -0
  31. package/dist/components/snippets.js +9 -0
  32. package/dist/components-FEHnQBJC.js +70 -0
  33. package/dist/contexts/component-generics.d.ts +2 -0
  34. package/dist/contexts/component-generics.js +3 -0
  35. package/dist/contexts/component-types.d.ts +16 -0
  36. package/dist/contexts/component-types.js +0 -0
  37. package/dist/contexts/component.d.ts +29 -0
  38. package/dist/contexts/component.js +28 -0
  39. package/dist/contexts/docs.d.ts +2 -0
  40. package/dist/contexts/docs.js +3 -0
  41. package/dist/contexts/index.d.ts +22 -0
  42. package/dist/contexts/index.js +7 -0
  43. package/dist/contexts/markdown.d.ts +2 -0
  44. package/dist/contexts/markdown.js +4 -0
  45. package/dist/contexts/navigation.d.ts +2 -0
  46. package/dist/contexts/navigation.js +3 -0
  47. package/dist/contexts/use-components.d.ts +14 -0
  48. package/dist/contexts/use-components.js +4 -0
  49. package/dist/contexts-CeV_L_Iy.js +39 -0
  50. package/dist/csharp-Dl2RIiYP.js +283 -0
  51. package/dist/docs--qWFuJCM.d.ts +46 -0
  52. package/dist/docs-DSFRsmbQ.d.ts +46 -0
  53. package/dist/docs-Di94viZV.js +54 -0
  54. package/dist/go-DuKdRGqU.js +303 -0
  55. package/dist/http-C7bu4oCl.js +331 -0
  56. package/dist/icons-BYKn5X8E.js +885 -0
  57. package/dist/index-C0qvL4yP.d.ts +15 -0
  58. package/dist/index-DE1vA8T2.d.ts +302 -0
  59. package/dist/index-DsFyACw9.d.ts +15 -0
  60. package/dist/index-FDM-j9s-.d.ts +302 -0
  61. package/dist/index-zNpvNvtN.d.ts +1691 -0
  62. package/dist/index.d.ts +19 -0
  63. package/dist/index.js +30 -7542
  64. package/dist/java-DSyzO-6F.js +403 -0
  65. package/dist/languages/cli.d.ts +11 -0
  66. package/dist/languages/cli.js +20 -0
  67. package/dist/languages/csharp.d.ts +11 -0
  68. package/dist/languages/csharp.js +9 -0
  69. package/dist/languages/go.d.ts +11 -0
  70. package/dist/languages/go.js +9 -0
  71. package/dist/languages/http.d.ts +11 -0
  72. package/dist/languages/http.js +19 -0
  73. package/dist/languages/index.d.ts +11 -0
  74. package/dist/languages/index.js +27 -0
  75. package/dist/languages/java.d.ts +11 -0
  76. package/dist/languages/java.js +9 -0
  77. package/dist/languages/python.d.ts +11 -0
  78. package/dist/languages/python.js +9 -0
  79. package/dist/languages/ruby.d.ts +11 -0
  80. package/dist/languages/ruby.js +9 -0
  81. package/dist/languages/typescript.d.ts +11 -0
  82. package/dist/languages/typescript.js +9 -0
  83. package/dist/languages-BO5YJ6cy.js +28 -0
  84. package/dist/markdown/index.d.ts +12 -0
  85. package/dist/markdown/index.js +105 -0
  86. package/dist/markdown/md.d.ts +15 -0
  87. package/dist/markdown/md.js +41 -0
  88. package/dist/markdown/printer.d.ts +13 -0
  89. package/dist/markdown/printer.js +98 -0
  90. package/dist/markdown/utils.d.ts +21 -0
  91. package/dist/markdown/utils.js +31 -0
  92. package/dist/markdown-B517MrZh.d.ts +22 -0
  93. package/dist/markdown-C7Tb41LZ.d.ts +22 -0
  94. package/dist/markdown-D2JWyRws.js +49 -0
  95. package/dist/method-BaQEZVlw.d.ts +59 -0
  96. package/dist/method-Dln4ZTIB.d.ts +59 -0
  97. package/dist/method-jTnA0G8m.js +90 -0
  98. package/dist/navigation-XhIgqXwM.d.ts +29 -0
  99. package/dist/navigation-aoYZ_tl4.js +24 -0
  100. package/dist/navigation-rKdts-BR.d.ts +29 -0
  101. package/dist/overview-B3kgyac2.d.ts +39 -0
  102. package/dist/overview-BnagZfH1.js +139 -0
  103. package/dist/overview-Dp-gGl3v.d.ts +39 -0
  104. package/dist/primitives-B6zu2rrx.d.ts +105 -0
  105. package/dist/primitives-DQLc9kN7.js +250 -0
  106. package/dist/primitives-VtUGoYwX.d.ts +105 -0
  107. package/dist/properties-Bun4nfUE.d.ts +54 -0
  108. package/dist/properties-DGL2J11L.js +131 -0
  109. package/dist/properties-ZOIqpkET.d.ts +54 -0
  110. package/dist/python-D8ABqtn1.js +269 -0
  111. package/dist/routing-Ce0_tBW6.js +197 -0
  112. package/dist/routing-CtbZJru_.d.ts +54 -0
  113. package/dist/routing.d.ts +2 -0
  114. package/dist/routing.js +3 -180
  115. package/dist/ruby-261jvCjl.js +387 -0
  116. package/dist/sdk-BebFnWYL.d.ts +118 -0
  117. package/dist/sdk-CIxaNoAs.d.ts +118 -0
  118. package/dist/sdk-GGpyGTao.js +338 -0
  119. package/dist/sidebar-BWno0E4w.js +85 -0
  120. package/dist/sidebar-CLsIJZZf.d.ts +36 -0
  121. package/dist/sidebar-D4m_pVpS.d.ts +36 -0
  122. package/dist/snippets-CwVjwsAo.d.ts +53 -0
  123. package/dist/snippets-Ym3mnHO3.d.ts +53 -0
  124. package/dist/snippets-kI8eNs1F.js +164 -0
  125. package/dist/spec.d.ts +65 -0
  126. package/dist/spec.js +167 -0
  127. package/dist/style-LwfvXElj.js +170 -0
  128. package/dist/style.d.ts +169 -0
  129. package/dist/style.js +3 -0
  130. package/dist/styles/main.css +722 -755
  131. package/dist/styles/main.js +0 -0
  132. package/dist/styles/primitives.css +322 -459
  133. package/dist/styles/primitives.js +0 -0
  134. package/dist/styles/resets.css +32 -41
  135. package/dist/styles/resets.js +0 -0
  136. package/dist/styles/search.css +192 -270
  137. package/dist/styles/search.js +0 -0
  138. package/dist/styles/sidebar.css +56 -61
  139. package/dist/styles/sidebar.js +0 -0
  140. package/dist/styles/variables.css +26 -89
  141. package/dist/styles/variables.js +0 -0
  142. package/dist/styles.css +3145 -0
  143. package/dist/styles.mjs +1 -0
  144. package/dist/typescript-D924WidI.js +449 -0
  145. package/dist/use-components-BUz3GbO4.js +7 -0
  146. package/dist/utils-D01mAUfQ.js +32 -0
  147. package/dist/utils.d.ts +14 -0
  148. package/dist/utils.js +3 -0
  149. package/package.json +73 -21
  150. package/dist/mcp.js +0 -16003
  151. package/dist/styles/snippets.css +0 -132
  152. package/src/components/breadcrumbs.tsx +0 -94
  153. package/src/components/chat.tsx +0 -154
  154. package/src/components/dropdown.tsx +0 -91
  155. package/src/components/icons.tsx +0 -584
  156. package/src/components/index.ts +0 -9
  157. package/src/components/method.tsx +0 -144
  158. package/src/components/overview.tsx +0 -159
  159. package/src/components/primitives.tsx +0 -284
  160. package/src/components/properties.tsx +0 -130
  161. package/src/components/scripts/dropdown.ts +0 -78
  162. package/src/components/sdk.tsx +0 -402
  163. package/src/components/sidebar.tsx +0 -99
  164. package/src/components/snippets.tsx +0 -179
  165. package/src/contexts/component-generics.tsx +0 -48
  166. package/src/contexts/component-types.tsx +0 -5
  167. package/src/contexts/component.tsx +0 -32
  168. package/src/contexts/docs.tsx +0 -75
  169. package/src/contexts/index.tsx +0 -17
  170. package/src/contexts/markdown.tsx +0 -43
  171. package/src/contexts/navigation.tsx +0 -44
  172. package/src/contexts/search.tsx +0 -28
  173. package/src/contexts/use-components.tsx +0 -4
  174. package/src/index.ts +0 -6
  175. package/src/languages/go.tsx +0 -281
  176. package/src/languages/http.tsx +0 -321
  177. package/src/languages/index.ts +0 -26
  178. package/src/languages/java.tsx +0 -358
  179. package/src/languages/python.tsx +0 -255
  180. package/src/languages/ruby.tsx +0 -320
  181. package/src/languages/typescript.tsx +0 -393
  182. package/src/markdown/index.ts +0 -107
  183. package/src/markdown/md.ts +0 -45
  184. package/src/markdown/utils.ts +0 -49
  185. package/src/routing.ts +0 -238
  186. package/src/search/form.tsx +0 -127
  187. package/src/search/index.tsx +0 -1
  188. package/src/search/indexer.ts +0 -246
  189. package/src/search/mcp.ts +0 -61
  190. package/src/search/printer.tsx +0 -86
  191. package/src/search/providers/algolia.ts +0 -88
  192. package/src/search/providers/fuse.ts +0 -19
  193. package/src/search/providers/pagefind.ts +0 -17
  194. package/src/search/providers/walker.ts +0 -30
  195. package/src/search/results.tsx +0 -181
  196. package/src/search/state.ts +0 -64
  197. package/src/search/types.ts +0 -116
  198. package/src/style.ts +0 -197
  199. package/src/styles/main.css +0 -993
  200. package/src/styles/primitives.css +0 -573
  201. package/src/styles/resets.css +0 -47
  202. package/src/styles/search.css +0 -342
  203. package/src/styles/sidebar.css +0 -87
  204. package/src/styles/snippets.css +0 -132
  205. package/src/styles/variables.css +0 -90
  206. package/src/utils.ts +0 -41
@@ -0,0 +1,15 @@
1
+ import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "./primitives-B6zu2rrx.js";
2
+ import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-C9LLJyuJ.js";
3
+ import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-Dln4ZTIB.js";
4
+ import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-ZOIqpkET.js";
5
+ import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "./sdk-BebFnWYL.js";
6
+ import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-Ym3mnHO3.js";
7
+ import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "./overview-B3kgyac2.js";
8
+ import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "./sidebar-D4m_pVpS.js";
9
+
10
+ //#region src/components/index.d.ts
11
+ declare namespace index_d_exports {
12
+ export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting };
13
+ }
14
+ //#endregion
15
+ export { index_d_exports as t };
@@ -0,0 +1,302 @@
1
+ import { _ as TSAST, a as HttpAST, d as PythonAST, i as GoAST, n as CSharpAST, p as RubyAST, r as DeclarationNode, s as JavaAST, t as CLIAST, v as Type$8 } from "./index-zNpvNvtN.js";
2
+ import { i as PropertyProps$8 } from "./properties-ZOIqpkET.js";
3
+ import * as React$1 from "react";
4
+ import React, { ReactNode } from "react";
5
+ import * as react_jsx_runtime91 from "react/jsx-runtime";
6
+
7
+ //#region src/languages/typescript.d.ts
8
+ declare namespace typescript_d_exports {
9
+ export { Declaration$7 as Declaration, DeclarationProps$7 as DeclarationProps, MethodSignature$7 as MethodSignature, MethodSignatureProps$7 as MethodSignatureProps, Property$7 as Property, PropertyProps$7 as PropertyProps, Type$7 as Type, TypeName$7 as TypeName };
10
+ }
11
+ type TypeProps$7 = {
12
+ type: TSAST.TSType;
13
+ };
14
+ declare function TypeName$7({
15
+ type
16
+ }: TypeProps$7): string | react_jsx_runtime91.JSX.Element;
17
+ declare function Type$7({
18
+ type
19
+ }: TypeProps$7): react_jsx_runtime91.JSX.Element;
20
+ type MethodSignatureProps$7 = {
21
+ decl: TSAST.TSDeclFunction;
22
+ };
23
+ declare function MethodSignature$7({
24
+ decl
25
+ }: MethodSignatureProps$7): react_jsx_runtime91.JSX.Element;
26
+ type PropertyProps$7 = {
27
+ decl: TSAST.TSDeclaration;
28
+ children: PropertyFn;
29
+ };
30
+ declare function Property$7({
31
+ decl,
32
+ children
33
+ }: PropertyProps$7): React$1.ReactNode;
34
+ type DeclarationProps$7 = {
35
+ decl: TSAST.TSDeclaration;
36
+ };
37
+ declare function Declaration$7({
38
+ decl
39
+ }: DeclarationProps$7): react_jsx_runtime91.JSX.Element | undefined;
40
+ declare namespace java_d_exports {
41
+ export { Declaration$6 as Declaration, DeclarationProps$6 as DeclarationProps, MethodSignature$6 as MethodSignature, MethodSignatureProps$6 as MethodSignatureProps, Property$6 as Property, PropertyProps$6 as PropertyProps, Type$6 as Type, TypeName$6 as TypeName };
42
+ }
43
+ type TypeProps$6 = {
44
+ type: JavaAST.JavaType;
45
+ optional?: boolean;
46
+ };
47
+ declare function TypeName$6({
48
+ type,
49
+ optional
50
+ }: TypeProps$6): react_jsx_runtime91.JSX.Element | "List";
51
+ declare function Type$6({
52
+ type,
53
+ optional
54
+ }: TypeProps$6): react_jsx_runtime91.JSX.Element;
55
+ type MethodSignatureProps$6 = {
56
+ decl: JavaAST.JavaDeclFunction;
57
+ };
58
+ declare function MethodSignature$6({
59
+ decl
60
+ }: MethodSignatureProps$6): react_jsx_runtime91.JSX.Element;
61
+ type PropertyProps$6 = {
62
+ decl: JavaAST.JavaDeclaration;
63
+ children: PropertyFn;
64
+ };
65
+ declare function Property$6({
66
+ decl,
67
+ children
68
+ }: PropertyProps$6): React$1.ReactNode;
69
+ type DeclarationProps$6 = {
70
+ decl: JavaAST.JavaDeclaration;
71
+ };
72
+ declare function Declaration$6({
73
+ decl
74
+ }: DeclarationProps$6): react_jsx_runtime91.JSX.Element | null | undefined;
75
+ declare namespace go_d_exports {
76
+ export { Declaration$5 as Declaration, DeclarationProps$5 as DeclarationProps, MethodSignature$5 as MethodSignature, MethodSignatureProps$5 as MethodSignatureProps, Property$5 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$5 as TypeName, TypeProps$5 as TypeProps };
77
+ }
78
+ type TypeProps$5 = {
79
+ type: GoAST.GoType;
80
+ };
81
+ declare function TypeName$5({
82
+ type
83
+ }: TypeProps$5): string | react_jsx_runtime91.JSX.Element;
84
+ declare function Type$5({
85
+ type
86
+ }: TypeProps$5): react_jsx_runtime91.JSX.Element;
87
+ type MethodSignatureProps$5 = {
88
+ decl: GoAST.GoDeclFunction;
89
+ };
90
+ declare function MethodSignature$5({
91
+ decl
92
+ }: MethodSignatureProps$5): react_jsx_runtime91.JSX.Element;
93
+ type PropertyProps$5 = {
94
+ decl: GoAST.GoDeclaration;
95
+ children: PropertyFn;
96
+ };
97
+ declare function Property$5({
98
+ decl,
99
+ children
100
+ }: PropertyProps$5): React$1.ReactNode;
101
+ type DeclarationProps$5 = {
102
+ decl: GoAST.GoDeclaration;
103
+ };
104
+ declare function Declaration$5({
105
+ decl
106
+ }: DeclarationProps$5): react_jsx_runtime91.JSX.Element | undefined;
107
+ declare namespace python_d_exports {
108
+ export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$4 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$4 as TypeName };
109
+ }
110
+ type TypeProps$4 = {
111
+ type: PythonAST.PythonType;
112
+ };
113
+ declare function TypeName$4({
114
+ type
115
+ }: TypeProps$4): string | react_jsx_runtime91.JSX.Element;
116
+ declare function Type$4({
117
+ type
118
+ }: TypeProps$4): react_jsx_runtime91.JSX.Element;
119
+ type MethodSignatureProps$4 = {
120
+ decl: PythonAST.PythonDeclFunction;
121
+ };
122
+ declare function MethodSignature$4({
123
+ decl
124
+ }: MethodSignatureProps$4): react_jsx_runtime91.JSX.Element;
125
+ type PropertyProps$4 = {
126
+ decl: PythonAST.PythonDeclaration;
127
+ children: PropertyFn;
128
+ };
129
+ declare function Property$4({
130
+ decl,
131
+ children
132
+ }: PropertyProps$4): React$1.ReactNode;
133
+ type DeclarationProps$4 = {
134
+ decl: PythonAST.PythonDeclaration;
135
+ };
136
+ declare function Declaration$4({
137
+ decl
138
+ }: DeclarationProps$4): react_jsx_runtime91.JSX.Element | undefined;
139
+ declare namespace ruby_d_exports {
140
+ export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodSignature$3 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$3 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$3 as TypeName };
141
+ }
142
+ type TypeProps$3 = {
143
+ type: RubyAST.RubyType;
144
+ };
145
+ declare function TypeName$3({
146
+ type
147
+ }: TypeProps$3): string | react_jsx_runtime91.JSX.Element;
148
+ declare function Type$3({
149
+ type
150
+ }: TypeProps$3): react_jsx_runtime91.JSX.Element;
151
+ type MethodSignatureProps$3 = {
152
+ decl: RubyAST.RubyDeclFunction;
153
+ };
154
+ declare function MethodSignature$3({
155
+ decl
156
+ }: MethodSignatureProps$3): react_jsx_runtime91.JSX.Element;
157
+ type PropertyProps$3 = {
158
+ decl: RubyAST.RubyDeclaration;
159
+ children: PropertyFn;
160
+ };
161
+ declare function Property$3({
162
+ decl,
163
+ children
164
+ }: PropertyProps$3): React$1.ReactNode;
165
+ type DeclarationProps$3 = {
166
+ decl: RubyAST.RubyDeclaration;
167
+ };
168
+ declare function Declaration$3({
169
+ decl
170
+ }: DeclarationProps$3): react_jsx_runtime91.JSX.Element | undefined;
171
+ declare namespace http_d_exports {
172
+ export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodInfo, MethodSignature$2 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$2 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$2 as TypeName };
173
+ }
174
+ type TypeProps$2 = {
175
+ type: HttpAST.HttpType;
176
+ };
177
+ declare function TypeName$2({
178
+ type
179
+ }: TypeProps$2): string | react_jsx_runtime91.JSX.Element;
180
+ declare function Type$2({
181
+ type
182
+ }: TypeProps$2): react_jsx_runtime91.JSX.Element | undefined;
183
+ type MethodSignatureProps$2 = {
184
+ decl: HttpAST.HttpDeclFunction;
185
+ };
186
+ declare function MethodSignature$2({
187
+ decl
188
+ }: MethodSignatureProps$2): null;
189
+ declare function MethodInfo({
190
+ decl,
191
+ children
192
+ }: MethodSignatureProps$2 & {
193
+ children: React.ReactNode;
194
+ }): react_jsx_runtime91.JSX.Element;
195
+ type PropertyProps$2 = {
196
+ decl: HttpAST.HttpDeclaration;
197
+ children: PropertyFn;
198
+ };
199
+ declare function Property$2({
200
+ decl,
201
+ children
202
+ }: PropertyProps$2): React.ReactNode;
203
+ type DeclarationProps$2 = {
204
+ decl: HttpAST.HttpDeclaration;
205
+ };
206
+ declare function Declaration$2({
207
+ decl
208
+ }: DeclarationProps$2): react_jsx_runtime91.JSX.Element | undefined;
209
+ declare namespace csharp_d_exports {
210
+ export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$1 as Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName$1 as TypeName };
211
+ }
212
+ declare function TypeName$1({
213
+ type,
214
+ optional
215
+ }: TypeProps$1): react_jsx_runtime91.JSX.Element;
216
+ type TypeProps$1 = {
217
+ type: CSharpAST.CSharpType;
218
+ optional?: boolean;
219
+ };
220
+ declare function Type$1({
221
+ type
222
+ }: TypeProps$1): react_jsx_runtime91.JSX.Element;
223
+ type MethodSignatureProps$1 = {
224
+ decl: CSharpAST.CSharpDeclFunction;
225
+ };
226
+ declare function MethodSignature$1({
227
+ decl
228
+ }: MethodSignatureProps$1): react_jsx_runtime91.JSX.Element;
229
+ type PropertyProps$1 = {
230
+ decl: CSharpAST.CSharpDeclaration;
231
+ children: PropertyFn;
232
+ };
233
+ declare function Property$1({
234
+ decl,
235
+ children
236
+ }: PropertyProps$1): React$1.ReactNode;
237
+ type DeclarationProps$1 = {
238
+ decl: CSharpAST.CSharpDeclaration;
239
+ };
240
+ declare function Declaration$1({
241
+ decl
242
+ }: DeclarationProps$1): react_jsx_runtime91.JSX.Element | null | undefined;
243
+ declare namespace cli_d_exports {
244
+ export { Declaration, DeclarationProps, MethodSignature, MethodSignatureProps, Property, PropertyProps, Type, TypeName };
245
+ }
246
+ type TypeProps = {
247
+ type: HttpAST.HttpType;
248
+ };
249
+ declare function TypeName(props: TypeProps): string | react_jsx_runtime91.JSX.Element;
250
+ declare function Type(props: TypeProps): react_jsx_runtime91.JSX.Element | undefined;
251
+ type MethodSignatureProps = {
252
+ decl: CLIAST.CLICommand;
253
+ };
254
+ declare function MethodSignature({
255
+ decl
256
+ }: MethodSignatureProps): react_jsx_runtime91.JSX.Element;
257
+ type PropertyProps = {
258
+ decl: CLIAST.CLIDeclaration;
259
+ children: PropertyFn;
260
+ };
261
+ declare function Property({
262
+ decl,
263
+ children
264
+ }: PropertyProps): React.ReactNode;
265
+ type DeclarationProps = {
266
+ decl: CLIAST.CLIDeclaration;
267
+ };
268
+ declare function Declaration({
269
+ decl
270
+ }: DeclarationProps): react_jsx_runtime91.JSX.Element | undefined;
271
+ declare namespace index_d_exports {
272
+ export { LanguageComponentDefinition, PropertyFn, cli_d_exports as cli, csharp_d_exports as csharp, go_d_exports as go, http_d_exports as http, java_d_exports as java, kotlin, node, python_d_exports as python, ruby_d_exports as ruby, typescript_d_exports as typescript };
273
+ }
274
+ declare const node: typeof typescript_d_exports;
275
+ declare const kotlin: typeof java_d_exports;
276
+ type PropertyFn = (params: PropertyProps$8) => ReactNode;
277
+ interface LanguageComponentDefinition {
278
+ Declaration(props: {
279
+ decl: DeclarationNode;
280
+ }): ReactNode;
281
+ Property(props: {
282
+ decl: DeclarationNode;
283
+ children: PropertyFn;
284
+ }): ReactNode;
285
+ TypeName(props: {
286
+ type: Type$8;
287
+ optional?: boolean;
288
+ }): ReactNode;
289
+ Type(props: {
290
+ type: Type$8;
291
+ optional?: boolean;
292
+ }): ReactNode;
293
+ MethodSignature(props: {
294
+ decl: DeclarationNode;
295
+ }): ReactNode;
296
+ MethodInfo?(props: {
297
+ decl: DeclarationNode;
298
+ children?: ReactNode;
299
+ }): ReactNode;
300
+ }
301
+ //#endregion
302
+ export { DeclarationProps$5 as $, PropertyProps$2 as A, Type$3 as B, csharp_d_exports as C, Type$7 as Ct, MethodSignature$2 as D, MethodInfo as E, DeclarationProps$3 as F, MethodSignature$4 as G, ruby_d_exports as H, MethodSignature$3 as I, PropertyProps$4 as J, MethodSignatureProps$4 as K, MethodSignatureProps$3 as L, TypeName$2 as M, http_d_exports as N, MethodSignatureProps$2 as O, Declaration$3 as P, Declaration$5 as Q, Property$3 as R, TypeName$1 as S, PropertyProps$7 as St, DeclarationProps$2 as T, typescript_d_exports as Tt, Declaration$4 as U, TypeName$3 as V, DeclarationProps$4 as W, TypeName$4 as X, Type$4 as Y, python_d_exports as Z, MethodSignature$1 as _, Declaration$7 as _t, node as a, TypeName$5 as at, PropertyProps$1 as b, MethodSignatureProps$7 as bt, MethodSignature as c, Declaration$6 as ct, PropertyProps as d, MethodSignatureProps$6 as dt, MethodSignature$5 as et, Type as f, Property$6 as ft, DeclarationProps$1 as g, java_d_exports as gt, Declaration$1 as h, TypeName$6 as ht, kotlin as i, Type$5 as it, Type$2 as j, Property$2 as k, MethodSignatureProps as l, DeclarationProps$6 as lt, cli_d_exports as m, Type$6 as mt, PropertyFn as n, Property$5 as nt, Declaration as o, TypeProps$5 as ot, TypeName as p, PropertyProps$6 as pt, Property$4 as q, index_d_exports as r, PropertyProps$5 as rt, DeclarationProps as s, go_d_exports as st, LanguageComponentDefinition as t, MethodSignatureProps$5 as tt, Property as u, MethodSignature$6 as ut, MethodSignatureProps$1 as v, DeclarationProps$7 as vt, Declaration$2 as w, TypeName$7 as wt, Type$1 as x, Property$7 as xt, Property$1 as y, MethodSignature$7 as yt, PropertyProps$3 as z };
@@ -0,0 +1,15 @@
1
+ import { a as Join, c as ListViewProps, d as ToggleButtonProps, f as Tooltip, i as InputProps, l as Markdown, n as Expander, o as Link, p as VirtualExpander, r as Input, s as ListView, t as Badge, u as ToggleButton } from "./primitives-VtUGoYwX.js";
2
+ import { n as generateApiBreadcrumbs, t as SDKBreadcrumbs } from "./breadcrumbs-BVskoBYz.js";
3
+ import { a as MethodHeaderProps, c as MethodProps, i as MethodHeader, l as MethodRoute, n as MethodDescription, o as MethodInfo, r as MethodDescriptionProps, s as MethodInfoProps, t as Method, u as MethodRouteProps } from "./method-BaQEZVlw.js";
4
+ import { a as PropertyTitle, c as PropertyToggleProps, i as PropertyProps, n as PropertyDescription, o as PropertyTitleProps, r as PropertyDescriptionProps, s as PropertyToggle, t as Property } from "./properties-Bun4nfUE.js";
5
+ import { C as TransformRequestSnippetFn, S as SDKSnippetLanguagesType, T as useReferenceNesting, _ as SDKModelProps, a as SDKChildren, b as SDKRequestTitleProps, c as SDKDeclaration, d as SDKLanguageBlock, f as SDKMethod, g as SDKModel, h as SDKMethodProps, i as ReferenceNestingContextType, l as SDKExample, m as SDKMethodInfo, n as PropertyModelContextType, o as SDKConstraints, p as SDKMethodHeader, r as ReferenceNestingContext, s as SDKConstraintsProps, t as PropertyModelContext, u as SDKIcon, v as SDKReference, w as usePropertyModel, x as SDKSnippetLanguages, y as SDKRequestTitle } from "./sdk-CIxaNoAs.js";
6
+ import { a as SnippetContainer, c as SnippetProps, d as SnippetResponse, i as SnippetCodeProps, l as SnippetRequestContainer, n as SnippetButtons, o as SnippetContainerProps, r as SnippetCode, s as SnippetFooter, t as Snippet, u as SnippetRequestContainerProps } from "./snippets-CwVjwsAo.js";
7
+ import { a as SDKResource, c as SDKRoot, i as SDKOverviewProps, l as SDKRootProps, n as SDKMethodSummaryProps, o as SDKResourceHeader, r as SDKOverview, s as SDKResourceProps, t as SDKMethodSummary } from "./overview-Dp-gGl3v.js";
8
+ import { a as SidebarProps, i as SidebarMethodProps, n as SidebarExpander, o as SidebarResource, r as SidebarMethod, s as SidebarResourceProps, t as Sidebar } from "./sidebar-CLsIJZZf.js";
9
+
10
+ //#region src/components/index.d.ts
11
+ declare namespace index_d_exports {
12
+ export { Badge, Expander, Input, InputProps, Join, Link, ListView, ListViewProps, Markdown, Method, MethodDescription, MethodDescriptionProps, MethodHeader, MethodHeaderProps, MethodInfo, MethodInfoProps, MethodProps, MethodRoute, MethodRouteProps, Property, PropertyDescription, PropertyDescriptionProps, PropertyModelContext, PropertyModelContextType, PropertyProps, PropertyTitle, PropertyTitleProps, PropertyToggle, PropertyToggleProps, ReferenceNestingContext, ReferenceNestingContextType, SDKBreadcrumbs, SDKChildren, SDKConstraints, SDKConstraintsProps, SDKDeclaration, SDKExample, SDKIcon, SDKLanguageBlock, SDKMethod, SDKMethodHeader, SDKMethodInfo, SDKMethodProps, SDKMethodSummary, SDKMethodSummaryProps, SDKModel, SDKModelProps, SDKOverview, SDKOverviewProps, SDKReference, SDKRequestTitle, SDKRequestTitleProps, SDKResource, SDKResourceHeader, SDKResourceProps, SDKRoot, SDKRootProps, SDKSnippetLanguages, SDKSnippetLanguagesType, Sidebar, SidebarExpander, SidebarMethod, SidebarMethodProps, SidebarProps, SidebarResource, SidebarResourceProps, Snippet, SnippetButtons, SnippetCode, SnippetCodeProps, SnippetContainer, SnippetContainerProps, SnippetFooter, SnippetProps, SnippetRequestContainer, SnippetRequestContainerProps, SnippetResponse, ToggleButton, ToggleButtonProps, Tooltip, TransformRequestSnippetFn, VirtualExpander, generateApiBreadcrumbs, usePropertyModel, useReferenceNesting };
13
+ }
14
+ //#endregion
15
+ export { index_d_exports as t };
@@ -0,0 +1,302 @@
1
+ import { _ as TSAST, a as HttpAST, d as PythonAST, i as GoAST, n as CSharpAST, p as RubyAST, r as DeclarationNode, s as JavaAST, t as CLIAST, v as Type$8 } from "./index-zNpvNvtN.js";
2
+ import { i as PropertyProps$8 } from "./properties-Bun4nfUE.js";
3
+ import * as React$1 from "react";
4
+ import React, { ReactNode } from "react";
5
+ import * as react_jsx_runtime63 from "react/jsx-runtime";
6
+
7
+ //#region src/languages/typescript.d.ts
8
+ declare namespace typescript_d_exports {
9
+ export { Declaration$7 as Declaration, DeclarationProps$7 as DeclarationProps, MethodSignature$7 as MethodSignature, MethodSignatureProps$7 as MethodSignatureProps, Property$7 as Property, PropertyProps$7 as PropertyProps, Type$7 as Type, TypeName$7 as TypeName };
10
+ }
11
+ type TypeProps$7 = {
12
+ type: TSAST.TSType;
13
+ };
14
+ declare function TypeName$7({
15
+ type
16
+ }: TypeProps$7): string | react_jsx_runtime63.JSX.Element;
17
+ declare function Type$7({
18
+ type
19
+ }: TypeProps$7): react_jsx_runtime63.JSX.Element;
20
+ type MethodSignatureProps$7 = {
21
+ decl: TSAST.TSDeclFunction;
22
+ };
23
+ declare function MethodSignature$7({
24
+ decl
25
+ }: MethodSignatureProps$7): react_jsx_runtime63.JSX.Element;
26
+ type PropertyProps$7 = {
27
+ decl: TSAST.TSDeclaration;
28
+ children: PropertyFn;
29
+ };
30
+ declare function Property$7({
31
+ decl,
32
+ children
33
+ }: PropertyProps$7): React$1.ReactNode;
34
+ type DeclarationProps$7 = {
35
+ decl: TSAST.TSDeclaration;
36
+ };
37
+ declare function Declaration$7({
38
+ decl
39
+ }: DeclarationProps$7): react_jsx_runtime63.JSX.Element | undefined;
40
+ declare namespace java_d_exports {
41
+ export { Declaration$6 as Declaration, DeclarationProps$6 as DeclarationProps, MethodSignature$6 as MethodSignature, MethodSignatureProps$6 as MethodSignatureProps, Property$6 as Property, PropertyProps$6 as PropertyProps, Type$6 as Type, TypeName$6 as TypeName };
42
+ }
43
+ type TypeProps$6 = {
44
+ type: JavaAST.JavaType;
45
+ optional?: boolean;
46
+ };
47
+ declare function TypeName$6({
48
+ type,
49
+ optional
50
+ }: TypeProps$6): react_jsx_runtime63.JSX.Element | "List";
51
+ declare function Type$6({
52
+ type,
53
+ optional
54
+ }: TypeProps$6): react_jsx_runtime63.JSX.Element;
55
+ type MethodSignatureProps$6 = {
56
+ decl: JavaAST.JavaDeclFunction;
57
+ };
58
+ declare function MethodSignature$6({
59
+ decl
60
+ }: MethodSignatureProps$6): react_jsx_runtime63.JSX.Element;
61
+ type PropertyProps$6 = {
62
+ decl: JavaAST.JavaDeclaration;
63
+ children: PropertyFn;
64
+ };
65
+ declare function Property$6({
66
+ decl,
67
+ children
68
+ }: PropertyProps$6): React$1.ReactNode;
69
+ type DeclarationProps$6 = {
70
+ decl: JavaAST.JavaDeclaration;
71
+ };
72
+ declare function Declaration$6({
73
+ decl
74
+ }: DeclarationProps$6): react_jsx_runtime63.JSX.Element | null | undefined;
75
+ declare namespace go_d_exports {
76
+ export { Declaration$5 as Declaration, DeclarationProps$5 as DeclarationProps, MethodSignature$5 as MethodSignature, MethodSignatureProps$5 as MethodSignatureProps, Property$5 as Property, PropertyProps$5 as PropertyProps, Type$5 as Type, TypeName$5 as TypeName, TypeProps$5 as TypeProps };
77
+ }
78
+ type TypeProps$5 = {
79
+ type: GoAST.GoType;
80
+ };
81
+ declare function TypeName$5({
82
+ type
83
+ }: TypeProps$5): string | react_jsx_runtime63.JSX.Element;
84
+ declare function Type$5({
85
+ type
86
+ }: TypeProps$5): react_jsx_runtime63.JSX.Element;
87
+ type MethodSignatureProps$5 = {
88
+ decl: GoAST.GoDeclFunction;
89
+ };
90
+ declare function MethodSignature$5({
91
+ decl
92
+ }: MethodSignatureProps$5): react_jsx_runtime63.JSX.Element;
93
+ type PropertyProps$5 = {
94
+ decl: GoAST.GoDeclaration;
95
+ children: PropertyFn;
96
+ };
97
+ declare function Property$5({
98
+ decl,
99
+ children
100
+ }: PropertyProps$5): React$1.ReactNode;
101
+ type DeclarationProps$5 = {
102
+ decl: GoAST.GoDeclaration;
103
+ };
104
+ declare function Declaration$5({
105
+ decl
106
+ }: DeclarationProps$5): react_jsx_runtime63.JSX.Element | undefined;
107
+ declare namespace python_d_exports {
108
+ export { Declaration$4 as Declaration, DeclarationProps$4 as DeclarationProps, MethodSignature$4 as MethodSignature, MethodSignatureProps$4 as MethodSignatureProps, Property$4 as Property, PropertyProps$4 as PropertyProps, Type$4 as Type, TypeName$4 as TypeName };
109
+ }
110
+ type TypeProps$4 = {
111
+ type: PythonAST.PythonType;
112
+ };
113
+ declare function TypeName$4({
114
+ type
115
+ }: TypeProps$4): string | react_jsx_runtime63.JSX.Element;
116
+ declare function Type$4({
117
+ type
118
+ }: TypeProps$4): react_jsx_runtime63.JSX.Element;
119
+ type MethodSignatureProps$4 = {
120
+ decl: PythonAST.PythonDeclFunction;
121
+ };
122
+ declare function MethodSignature$4({
123
+ decl
124
+ }: MethodSignatureProps$4): react_jsx_runtime63.JSX.Element;
125
+ type PropertyProps$4 = {
126
+ decl: PythonAST.PythonDeclaration;
127
+ children: PropertyFn;
128
+ };
129
+ declare function Property$4({
130
+ decl,
131
+ children
132
+ }: PropertyProps$4): React$1.ReactNode;
133
+ type DeclarationProps$4 = {
134
+ decl: PythonAST.PythonDeclaration;
135
+ };
136
+ declare function Declaration$4({
137
+ decl
138
+ }: DeclarationProps$4): react_jsx_runtime63.JSX.Element | undefined;
139
+ declare namespace ruby_d_exports {
140
+ export { Declaration$3 as Declaration, DeclarationProps$3 as DeclarationProps, MethodSignature$3 as MethodSignature, MethodSignatureProps$3 as MethodSignatureProps, Property$3 as Property, PropertyProps$3 as PropertyProps, Type$3 as Type, TypeName$3 as TypeName };
141
+ }
142
+ type TypeProps$3 = {
143
+ type: RubyAST.RubyType;
144
+ };
145
+ declare function TypeName$3({
146
+ type
147
+ }: TypeProps$3): string | react_jsx_runtime63.JSX.Element;
148
+ declare function Type$3({
149
+ type
150
+ }: TypeProps$3): react_jsx_runtime63.JSX.Element;
151
+ type MethodSignatureProps$3 = {
152
+ decl: RubyAST.RubyDeclFunction;
153
+ };
154
+ declare function MethodSignature$3({
155
+ decl
156
+ }: MethodSignatureProps$3): react_jsx_runtime63.JSX.Element;
157
+ type PropertyProps$3 = {
158
+ decl: RubyAST.RubyDeclaration;
159
+ children: PropertyFn;
160
+ };
161
+ declare function Property$3({
162
+ decl,
163
+ children
164
+ }: PropertyProps$3): React$1.ReactNode;
165
+ type DeclarationProps$3 = {
166
+ decl: RubyAST.RubyDeclaration;
167
+ };
168
+ declare function Declaration$3({
169
+ decl
170
+ }: DeclarationProps$3): react_jsx_runtime63.JSX.Element | undefined;
171
+ declare namespace http_d_exports {
172
+ export { Declaration$2 as Declaration, DeclarationProps$2 as DeclarationProps, MethodInfo, MethodSignature$2 as MethodSignature, MethodSignatureProps$2 as MethodSignatureProps, Property$2 as Property, PropertyProps$2 as PropertyProps, Type$2 as Type, TypeName$2 as TypeName };
173
+ }
174
+ type TypeProps$2 = {
175
+ type: HttpAST.HttpType;
176
+ };
177
+ declare function TypeName$2({
178
+ type
179
+ }: TypeProps$2): string | react_jsx_runtime63.JSX.Element;
180
+ declare function Type$2({
181
+ type
182
+ }: TypeProps$2): react_jsx_runtime63.JSX.Element | undefined;
183
+ type MethodSignatureProps$2 = {
184
+ decl: HttpAST.HttpDeclFunction;
185
+ };
186
+ declare function MethodSignature$2({
187
+ decl
188
+ }: MethodSignatureProps$2): null;
189
+ declare function MethodInfo({
190
+ decl,
191
+ children
192
+ }: MethodSignatureProps$2 & {
193
+ children: React.ReactNode;
194
+ }): react_jsx_runtime63.JSX.Element;
195
+ type PropertyProps$2 = {
196
+ decl: HttpAST.HttpDeclaration;
197
+ children: PropertyFn;
198
+ };
199
+ declare function Property$2({
200
+ decl,
201
+ children
202
+ }: PropertyProps$2): React.ReactNode;
203
+ type DeclarationProps$2 = {
204
+ decl: HttpAST.HttpDeclaration;
205
+ };
206
+ declare function Declaration$2({
207
+ decl
208
+ }: DeclarationProps$2): react_jsx_runtime63.JSX.Element | undefined;
209
+ declare namespace csharp_d_exports {
210
+ export { Declaration$1 as Declaration, DeclarationProps$1 as DeclarationProps, MethodSignature$1 as MethodSignature, MethodSignatureProps$1 as MethodSignatureProps, Property$1 as Property, PropertyProps$1 as PropertyProps, Type$1 as Type, TypeName$1 as TypeName };
211
+ }
212
+ declare function TypeName$1({
213
+ type,
214
+ optional
215
+ }: TypeProps$1): react_jsx_runtime63.JSX.Element;
216
+ type TypeProps$1 = {
217
+ type: CSharpAST.CSharpType;
218
+ optional?: boolean;
219
+ };
220
+ declare function Type$1({
221
+ type
222
+ }: TypeProps$1): react_jsx_runtime63.JSX.Element;
223
+ type MethodSignatureProps$1 = {
224
+ decl: CSharpAST.CSharpDeclFunction;
225
+ };
226
+ declare function MethodSignature$1({
227
+ decl
228
+ }: MethodSignatureProps$1): react_jsx_runtime63.JSX.Element;
229
+ type PropertyProps$1 = {
230
+ decl: CSharpAST.CSharpDeclaration;
231
+ children: PropertyFn;
232
+ };
233
+ declare function Property$1({
234
+ decl,
235
+ children
236
+ }: PropertyProps$1): React$1.ReactNode;
237
+ type DeclarationProps$1 = {
238
+ decl: CSharpAST.CSharpDeclaration;
239
+ };
240
+ declare function Declaration$1({
241
+ decl
242
+ }: DeclarationProps$1): react_jsx_runtime63.JSX.Element | null | undefined;
243
+ declare namespace cli_d_exports {
244
+ export { Declaration, DeclarationProps, MethodSignature, MethodSignatureProps, Property, PropertyProps, Type, TypeName };
245
+ }
246
+ type TypeProps = {
247
+ type: HttpAST.HttpType;
248
+ };
249
+ declare function TypeName(props: TypeProps): string | react_jsx_runtime63.JSX.Element;
250
+ declare function Type(props: TypeProps): react_jsx_runtime63.JSX.Element | undefined;
251
+ type MethodSignatureProps = {
252
+ decl: CLIAST.CLICommand;
253
+ };
254
+ declare function MethodSignature({
255
+ decl
256
+ }: MethodSignatureProps): react_jsx_runtime63.JSX.Element;
257
+ type PropertyProps = {
258
+ decl: CLIAST.CLIDeclaration;
259
+ children: PropertyFn;
260
+ };
261
+ declare function Property({
262
+ decl,
263
+ children
264
+ }: PropertyProps): React.ReactNode;
265
+ type DeclarationProps = {
266
+ decl: CLIAST.CLIDeclaration;
267
+ };
268
+ declare function Declaration({
269
+ decl
270
+ }: DeclarationProps): react_jsx_runtime63.JSX.Element | undefined;
271
+ declare namespace index_d_exports {
272
+ export { LanguageComponentDefinition, PropertyFn, cli_d_exports as cli, csharp_d_exports as csharp, go_d_exports as go, http_d_exports as http, java_d_exports as java, kotlin, node, python_d_exports as python, ruby_d_exports as ruby, typescript_d_exports as typescript };
273
+ }
274
+ declare const node: typeof typescript_d_exports;
275
+ declare const kotlin: typeof java_d_exports;
276
+ type PropertyFn = (params: PropertyProps$8) => ReactNode;
277
+ interface LanguageComponentDefinition {
278
+ Declaration(props: {
279
+ decl: DeclarationNode;
280
+ }): ReactNode;
281
+ Property(props: {
282
+ decl: DeclarationNode;
283
+ children: PropertyFn;
284
+ }): ReactNode;
285
+ TypeName(props: {
286
+ type: Type$8;
287
+ optional?: boolean;
288
+ }): ReactNode;
289
+ Type(props: {
290
+ type: Type$8;
291
+ optional?: boolean;
292
+ }): ReactNode;
293
+ MethodSignature(props: {
294
+ decl: DeclarationNode;
295
+ }): ReactNode;
296
+ MethodInfo?(props: {
297
+ decl: DeclarationNode;
298
+ children?: ReactNode;
299
+ }): ReactNode;
300
+ }
301
+ //#endregion
302
+ export { DeclarationProps$5 as $, PropertyProps$2 as A, Type$3 as B, csharp_d_exports as C, Type$7 as Ct, MethodSignature$2 as D, MethodInfo as E, DeclarationProps$3 as F, MethodSignature$4 as G, ruby_d_exports as H, MethodSignature$3 as I, PropertyProps$4 as J, MethodSignatureProps$4 as K, MethodSignatureProps$3 as L, TypeName$2 as M, http_d_exports as N, MethodSignatureProps$2 as O, Declaration$3 as P, Declaration$5 as Q, Property$3 as R, TypeName$1 as S, PropertyProps$7 as St, DeclarationProps$2 as T, typescript_d_exports as Tt, Declaration$4 as U, TypeName$3 as V, DeclarationProps$4 as W, TypeName$4 as X, Type$4 as Y, python_d_exports as Z, MethodSignature$1 as _, Declaration$7 as _t, node as a, TypeName$5 as at, PropertyProps$1 as b, MethodSignatureProps$7 as bt, MethodSignature as c, Declaration$6 as ct, PropertyProps as d, MethodSignatureProps$6 as dt, MethodSignature$5 as et, Type as f, Property$6 as ft, DeclarationProps$1 as g, java_d_exports as gt, Declaration$1 as h, TypeName$6 as ht, kotlin as i, Type$5 as it, Type$2 as j, Property$2 as k, MethodSignatureProps as l, DeclarationProps$6 as lt, cli_d_exports as m, Type$6 as mt, PropertyFn as n, Property$5 as nt, Declaration as o, TypeProps$5 as ot, TypeName as p, PropertyProps$6 as pt, Property$4 as q, index_d_exports as r, PropertyProps$5 as rt, DeclarationProps as s, go_d_exports as st, LanguageComponentDefinition as t, MethodSignatureProps$5 as tt, Property as u, MethodSignature$6 as ut, MethodSignatureProps$1 as v, DeclarationProps$7 as vt, Declaration$2 as w, TypeName$7 as wt, Type$1 as x, Property$7 as xt, Property$1 as y, MethodSignature$7 as yt, PropertyProps$3 as z };