@powerduck/schema-designer 0.1.0

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 (102) hide show
  1. package/README.md +217 -0
  2. package/dist/InlineSchemaEditor-BssSx3SI.d.ts +6 -0
  3. package/dist/InlineSchemaEditor-Bua-lDhE.d.cts +6 -0
  4. package/dist/chunk-2XUQB6BQ.js +1896 -0
  5. package/dist/chunk-4H3LXOL4.cjs +1900 -0
  6. package/dist/chunk-7LG4MVMD.cjs +2 -0
  7. package/dist/chunk-BXFABOMJ.js +1475 -0
  8. package/dist/chunk-FTALJIVZ.js +1 -0
  9. package/dist/chunk-GTZH37JS.cjs +1120 -0
  10. package/dist/chunk-GWHDTTQK.js +1437 -0
  11. package/dist/chunk-GXXD6ITE.cjs +1477 -0
  12. package/dist/chunk-HI5FBHCO.js +1057 -0
  13. package/dist/chunk-KX3LFFOV.js +88 -0
  14. package/dist/chunk-MADPN2PJ.js +185 -0
  15. package/dist/chunk-NOUORNCI.cjs +1452 -0
  16. package/dist/chunk-O6PTRJQ5.js +1195 -0
  17. package/dist/chunk-OBHJC3I2.cjs +2 -0
  18. package/dist/chunk-OOSNM45O.cjs +264 -0
  19. package/dist/chunk-P5B3HSPY.js +244 -0
  20. package/dist/chunk-PBE36BVA.js +1 -0
  21. package/dist/chunk-PVEYKCM6.js +1 -0
  22. package/dist/chunk-QZADGAP3.cjs +1218 -0
  23. package/dist/chunk-S7GNTGEE.js +1 -0
  24. package/dist/chunk-SMBDRWV2.cjs +2 -0
  25. package/dist/chunk-THYDOHOP.cjs +2 -0
  26. package/dist/chunk-WRHWOMZQ.cjs +190 -0
  27. package/dist/chunk-YNKP5JJA.cjs +32 -0
  28. package/dist/chunk-YWDKCX6N.cjs +91 -0
  29. package/dist/chunk-ZHNYNFGL.js +28 -0
  30. package/dist/compat/inline.cjs +137 -0
  31. package/dist/compat/inline.css +275 -0
  32. package/dist/compat/inline.d.cts +6 -0
  33. package/dist/compat/inline.d.ts +6 -0
  34. package/dist/compat/inline.js +4 -0
  35. package/dist/compat/parameters.cjs +90 -0
  36. package/dist/compat/parameters.css +997 -0
  37. package/dist/compat/parameters.d.cts +70 -0
  38. package/dist/compat/parameters.d.ts +70 -0
  39. package/dist/compat/parameters.js +9 -0
  40. package/dist/compat/tree.cjs +142 -0
  41. package/dist/compat/tree.css +1069 -0
  42. package/dist/compat/tree.d.cts +4 -0
  43. package/dist/compat/tree.d.ts +4 -0
  44. package/dist/compat/tree.js +5 -0
  45. package/dist/compat/variable-editor.cjs +82 -0
  46. package/dist/compat/variable-editor.d.cts +68 -0
  47. package/dist/compat/variable-editor.d.ts +68 -0
  48. package/dist/compat/variable-editor.js +1 -0
  49. package/dist/core/index.cjs +197 -0
  50. package/dist/core/index.d.cts +21 -0
  51. package/dist/core/index.d.ts +21 -0
  52. package/dist/core/index.js +4 -0
  53. package/dist/index.cjs +35 -0
  54. package/dist/index.css +1791 -0
  55. package/dist/index.d.cts +9 -0
  56. package/dist/index.d.ts +9 -0
  57. package/dist/index.js +10 -0
  58. package/dist/parameterValue-2pL9n-3q.d.ts +8 -0
  59. package/dist/parameterValue-Cky9Lnd3.d.cts +8 -0
  60. package/dist/react/index.cjs +35 -0
  61. package/dist/react/index.css +1791 -0
  62. package/dist/react/index.d.cts +9 -0
  63. package/dist/react/index.d.ts +9 -0
  64. package/dist/react/index.js +10 -0
  65. package/dist/react/inlineSchemaEditor/index.cjs +97 -0
  66. package/dist/react/inlineSchemaEditor/index.css +275 -0
  67. package/dist/react/inlineSchemaEditor/index.d.cts +6 -0
  68. package/dist/react/inlineSchemaEditor/index.d.ts +6 -0
  69. package/dist/react/inlineSchemaEditor/index.js +4 -0
  70. package/dist/react/parametersTable/index.cjs +22 -0
  71. package/dist/react/parametersTable/index.css +997 -0
  72. package/dist/react/parametersTable/index.d.cts +7 -0
  73. package/dist/react/parametersTable/index.d.ts +7 -0
  74. package/dist/react/parametersTable/index.js +9 -0
  75. package/dist/react/parametersTable/libs/generateValue.cjs +558 -0
  76. package/dist/react/parametersTable/libs/generateValue.d.cts +17 -0
  77. package/dist/react/parametersTable/libs/generateValue.d.ts +17 -0
  78. package/dist/react/parametersTable/libs/generateValue.js +551 -0
  79. package/dist/react/schemaTreeEditor/index.cjs +18 -0
  80. package/dist/react/schemaTreeEditor/index.css +1069 -0
  81. package/dist/react/schemaTreeEditor/index.d.cts +7 -0
  82. package/dist/react/schemaTreeEditor/index.d.ts +7 -0
  83. package/dist/react/schemaTreeEditor/index.js +5 -0
  84. package/dist/react/variableTextEditor/index.cjs +11 -0
  85. package/dist/react/variableTextEditor/index.css +306 -0
  86. package/dist/react/variableTextEditor/index.d.cts +6 -0
  87. package/dist/react/variableTextEditor/index.d.ts +6 -0
  88. package/dist/react/variableTextEditor/index.js +2 -0
  89. package/dist/schema-CKAPsYeW.d.cts +41 -0
  90. package/dist/schema-o7OJRaJ8.d.ts +41 -0
  91. package/dist/styles.css +1791 -0
  92. package/dist/tree-D06Xa6_N.d.ts +95 -0
  93. package/dist/tree-Dq1Rk-CF.d.cts +95 -0
  94. package/dist/types-B27Dw9do.d.cts +163 -0
  95. package/dist/types-B27Dw9do.d.ts +163 -0
  96. package/dist/types-Bk9rzr6l.d.cts +48 -0
  97. package/dist/types-D2jEaM9Z.d.cts +145 -0
  98. package/dist/types-D2jEaM9Z.d.ts +145 -0
  99. package/dist/types-xAihO_KW.d.ts +48 -0
  100. package/dist/variableTextEditor.types-ClzvARvK.d.cts +49 -0
  101. package/dist/variableTextEditor.types-ClzvARvK.d.ts +49 -0
  102. package/package.json +130 -0
package/README.md ADDED
@@ -0,0 +1,217 @@
1
+ # @powerduck/schema-designer
2
+
3
+ <p align="left">
4
+ <a href="https://www.npmjs.com/package/@powerduck/schema-designer"><img src="https://img.shields.io/npm/v/@powerduck/schema-designer" alt="npm version"></a>
5
+ <a href="https://www.powerduck.com/"><img src="https://img.shields.io/badge/website-powerduck.com-f28c28" alt="website"></a>
6
+ </p>
7
+
8
+ Composable JSON Schema and OpenAPI parameter editors extracted from Powerduck React. The tree, field settings, and parameter table share immutable schema operations while remaining independently importable.
9
+
10
+ **Website**: [https://www.powerduck.com/](https://www.powerduck.com/)
11
+
12
+ ## Installation
13
+
14
+ The package currently lives in this workspace and has not been published. Build it before installing the local directory:
15
+
16
+ ```sh
17
+ cd schema-designer
18
+ npm ci
19
+ npm run build
20
+ cd ../powerduck-react
21
+ npm install ../schema-designer --install-links
22
+ ```
23
+
24
+ The React components require React 18.2 or 19, Chakra UI 3, and Emotion. Wrap them in your application's `ChakraProvider`. Do not create a second React runtime. Development and generation adapters require Node 22.12 or later.
25
+
26
+ ```tsx
27
+ import { useState } from "react";
28
+ import {
29
+ SchemaTreeEditor,
30
+ InlineSchemaEditor,
31
+ ParametersTable,
32
+ } from "@powerduck/schema-designer";
33
+ import type { SchemaValue } from "@powerduck/schema-designer";
34
+ import "@powerduck/schema-designer/styles.css";
35
+
36
+ function Designer() {
37
+ const [schema, setSchema] = useState<SchemaValue>({
38
+ type: "object",
39
+ properties: { email: { type: "string", format: "email" } },
40
+ });
41
+ return <SchemaTreeEditor value={schema} onChange={setSchema} />;
42
+ }
43
+ ```
44
+
45
+ ## Entry points
46
+
47
+ | Import | Purpose |
48
+ | -------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------- |
49
+ | `@powerduck/schema-designer/core` | Schema patches, pointers, traversal, reference resolution, parameter identities, and values; no React or DOM runtime dependency |
50
+ | `@powerduck/schema-designer/react/tree` | Visual schema tree, with Inline settings as the default field popover |
51
+ | `@powerduck/schema-designer/react/inline` | Standalone field constraints, arrays, objects, composition, examples, defaults, and preview |
52
+ | `@powerduck/schema-designer/react/parameters` | Parameter definitions and request value tables |
53
+ | `@powerduck/schema-designer/react/variable-editor` | The retained CodeMirror variable-aware input |
54
+ | `@powerduck/schema-designer/adapters/generator` | Optional Faker, JSON Schema Faker, and Ajv generation adapter |
55
+ | `@powerduck/schema-designer/styles.css` | Combined, scoped component styles; import once |
56
+ | `@powerduck/schema-designer/compat/*` | Migration exports for existing Powerduck code |
57
+
58
+ Both ESM and CommonJS builds include TypeScript declarations. The generation adapter is dynamically loaded only when default generation is requested. Tree imports do not load parameter editing, CodeMirror, or Faker code.
59
+
60
+ ## Schema editing
61
+
62
+ Use `value` and `onChange` for new integrations. Tree also accepts the original `schema` property. Inline additionally retains `schema` and `update(patch)`; an `undefined` patch value removes that keyword. Prefer one change interface per component. If both callbacks are provided, both are notified.
63
+
64
+ Treat input schemas as immutable. Replace the changed branch when applying external updates; in-place mutation is unsupported. Unknown keywords, extensions, union types, boolean schema children, and unchanged branches are retained. Explicit type conversion removes incompatible type-specific constraints.
65
+
66
+ Boolean schema roots and children remain `true` or `false`, rather than being coerced into empty objects. Their configuration UI supports toggling acceptance or explicitly converting to object constraints. Tree rendering includes array roots, items, tuple items, and composition branches. Existing object property lists retain their original layout.
67
+
68
+ Local references can be resolved against `document` on Tree and ParametersTable, or `fullSchema` on Inline. Without a document, Tree uses the edited schema. Referenced child rows are read-only; editing a reference occurrence does not rewrite its shared target. Unknown, external, and recursive references are retained, never automatically fetched. The default generator reports unresolved or recursive references instead of making a network request.
69
+
70
+ Tree preserves adding children and siblings, rename, required flags, description editing, delete confirmation, drag reorder, keyboard reorder, expansion, overflow reporting, error recovery, and custom `renderAdvanced(context)`. `context.update(next)` replaces that node. Inline patches and full replacements must not be confused.
71
+
72
+ Inline preserves type-specific constraints, property duplication, nested editing, references, enum values, composition, examples/defaults, copy, and diff preview. `showAdvanced`, `showComposition`, and `showLiveJson` control their respective UI. Copy uses the normal clipboard shortcut; field duplication uses Ctrl/Cmd+Shift+D.
73
+
74
+ ## Parameter definitions versus request values
75
+
76
+ `mode="design"` is the default. It permits editing definitions, opening field configuration, selecting rows for batch operations, resizing columns, reordering, and deletion. `mode="request"` locks definition edits and adds request enablement independently of batch selection. Required path parameters stay enabled.
77
+
78
+ ```tsx
79
+ import { ParametersTable } from "@powerduck/schema-designer/react/parameters";
80
+ import { initializeParameterValues } from "@powerduck/schema-designer/core";
81
+ import type { ParameterValues } from "@powerduck/schema-designer";
82
+
83
+ const [values, setValues] = useState<ParameterValues>(() =>
84
+ initializeParameterValues(parameters),
85
+ );
86
+
87
+ <ParametersTable
88
+ parameters={parameters}
89
+ mode="request"
90
+ values={values}
91
+ onValuesChange={setValues}
92
+ onError={reportError}
93
+ />;
94
+ ```
95
+
96
+ Values are keyed by `parameterKey(parameter)`, which includes location and name. Parameter definitions should have unique `(in, name)` pairs. Text edits remain raw strings so variables, incomplete JSON, and intentionally empty input are not lost. Examples and defaults supply initial display values; explicit request values take precedence, including `false`, `0`, `null`, and `""`. No HTTP serialization is performed by this package. Serialize against the current parameter definitions in your request layer.
97
+
98
+ `onChange` emits parameter definitions, while `onValuesChange` emits request values and enablement. Both controlled and local request values are supported. `onSelectionChange` retains the original internal row IDs and remains independent of enablement. Use `readOnly` to prevent edits and generation.
99
+
100
+ Generation skips supplied examples and values. A generation that makes no changes does not emit `onValuesChange`. A custom `generateValue(context)` may be asynchronous and receives an abort signal and optional document. Pending results merge only into unchanged rows and unchanged controlled values. Unmounting, entering read-only mode, changing mode or the reference document, or starting another generation cancels the previous operation. Errors are delivered through `onError`. Strict default generation rejects invalid candidates rather than returning an invalid fallback. Unsupported constraints may therefore require an explicit example or custom generator.
101
+
102
+ OpenAPI parameter content and extension fields are preserved. The table is not a complete OpenAPI document validator: hosts remain responsible for cross-parameter constraints such as duplicate names, path-template membership, and the incompatibility of `query` with `querystring` parameters.
103
+
104
+ ## Theme and accessibility
105
+
106
+ All editors consume the existing Powerduck CSS tokens, including surface, text, border, radius, focus, and accent variables. Component CSS supplies light-theme fallbacks without overriding the host's tokens. Define the tokens on the page root for both themes so portaled menus and popovers inherit the same theme. Keep the Chakra color mode aligned with the page theme. `examples/tokens.css` is a reference copy of the application's tokens, not an automatically injected global stylesheet.
107
+
108
+ Controls retain accessible names, keyboard focus indicators, Escape handling, disabled states, and keyboard reordering. Popovers are mounted lazily and constrained to the viewport. Invalid value drafts remain visible for correction.
109
+
110
+ ### Compact presentation
111
+
112
+ Both lists prioritize frequent edits. Tree shows field names and types by default; ParametersTable shows names and values. Optional columns are controlled independently with `showType`, `showRequired`, and `showDescription`. Hidden attributes remain available from the settings icon. Request mode opens settings read-only.
113
+
114
+ ```tsx
115
+ <SchemaTreeEditor value={schema} onChange={setSchema} showRequired showDescription />
116
+ <ParametersTable parameters={parameters} onChange={setParameters} showType showRequired showDescription />
117
+ ```
118
+
119
+ Tree and parameter settings share the same compact, themed popover surface. Parameter settings separate Schema constraints from Parameter metadata; reference and serialization controls are expandable. Tree offers both Expand all and Collapse all, with expansion bounded by `maxRows` and cycle detection. Row settings stay visible; add/delete actions appear on hover or keyboard focus and remain visible on touch devices. Deletion still requires confirmation.
120
+
121
+ ## Performance and boundaries
122
+
123
+ Updates share unchanged branches. Tree traversal visits expanded branches, uses occurrence-specific pointer IDs, stops at `maxRows`, and limits nesting depth. `maxRows` defaults to 5,000 and shows an overflow notice; the tree is bounded but not virtualized. Avoid expanding thousands of rows simultaneously when a smaller view is sufficient. Diff previews use a bounded algorithm instead of an unbounded quadratic allocation. Unchanged property branches and reconciled parameter rows retain their identities. Column sizing runs before paint, ignores height-only resize notifications, and remembers each visible-column layout separately. The table retains its CodeMirror inputs across placeholder, dimension, and column-visibility changes. Both tables scroll horizontally within their own containers when optional columns exceed available space.
124
+
125
+ Run `npm run benchmark` for the pure traversal-plus-update benchmark at 100, 1,000, and 10,000 fields. This does not measure React rendering or interaction latency. Browser validation is also required for release acceptance.
126
+
127
+ ## Development and verification
128
+
129
+ ```sh
130
+ npm run typecheck
131
+ npm test -- --pool=forks --maxWorkers=1 --minWorkers=1
132
+ npm run build
133
+ npm run verify:package
134
+ npm run benchmark
135
+ npm run dev
136
+ npm pack
137
+ ```
138
+
139
+ The example uses the built distribution, so rebuild after changing library sources. Tests cover data preservation, pointer escaping, repeated references, boolean schemas, prototype-named fields, immutable updates, bounded diffing, incomplete input, disabled controls, default Tree-to-Inline integration, request enablement, generation, and stale async responses.
140
+
141
+ Existing Powerduck component paths are compatibility entries backed by this package. The application's compact parameter table defaults remain unchanged. The tree compatibility adapter retains its original object-root contract; new integrations should use the package entry directly for boolean roots.
142
+
143
+ This workspace package is marked `UNLICENSED`. Publishing and license selection remain with the package owner.
144
+
145
+ ### Variable text editor
146
+
147
+ `VariableTextEditor` is exported from the package root and from `@powerduck/schema-designer/react/variable-editor`. The subpath is preferred when only variable input is needed. Import `@powerduck/schema-designer/styles.css` once in the application. Existing Powerduck import paths forward to the library, including legacy utility imports.
148
+
149
+ ```tsx
150
+ import { VariableTextEditor } from "@powerduck/schema-designer/react/variable-editor";
151
+
152
+ <VariableTextEditor value={url} onChange={setUrl} variables={variables} />;
153
+ ```
154
+
155
+ Composition editing remains available under Validation > Composition rules. The section is collapsed initially and respects `showComposition={false}`. These operators model schema alternatives and intersections; they are not request values.
156
+
157
+ ## Integration reference
158
+
159
+ ### Tree
160
+
161
+ | Property | Default | Behavior |
162
+ | --------------------------------- | ------------------------ | --------------------------------------------------------------------------------------------- |
163
+ | `value`, `onChange` | Required controlled pair | Accepts object or boolean schemas; emits immutable replacements. |
164
+ | `document` | Edited schema | Root document for local `$ref` pointers. |
165
+ | `showType` | `true` | Shows the inline type selector. |
166
+ | `showRequired`, `showDescription` | `false` | Reveals optional columns without dropping their data. |
167
+ | `defaultExpanded` | `[]` | Initial occurrence paths, such as `properties/customer`; escape `~` and `/` as `~0` and `~1`. |
168
+ | `maxRows` | `5000` | Stops expanded traversal and displays an overflow notice. |
169
+ | `readOnly` | `false` | Prevents commits, including custom advanced-editor updates. |
170
+ | `renderAdvanced` | Shared Inline editor | Custom content receives a full-node replacement callback. |
171
+ | `onError` | Unset | Receives recovered errors with scope and path. Throwing observers cannot break recovery. |
172
+
173
+ Enter commits buffered tree input; Escape cancels it. Ctrl/Cmd+Up/Down reorders properties. Array items have no required toggle, and composition entries can be removed. Local URI-fragment pointers, escaped property names, boolean references, and composition beside root properties are supported. Reference targets remain read-only in expanded rows.
174
+
175
+ ### ParametersTable
176
+
177
+ | Property | Default | Behavior |
178
+ | --------------------------------------------- | ------------------------- | ---------------------------------------------------------------------------------- |
179
+ | `parameters` | Required | Array of OpenAPI parameter definitions. |
180
+ | `mode` | `design` | `request` locks definition changes while permitting request values and enablement. |
181
+ | `showType`, `showRequired`, `showDescription` | `false` | Name and value stay visible. |
182
+ | `values`, `onValuesChange` | Local state | Optional controlled request values indexed by `parameterKey`. |
183
+ | `document` | Unset | Resolves local schema and example references. |
184
+ | `height` | `100%` | Use a bounded height for internal scrolling or `auto` for document flow. |
185
+ | `stickyHeader` | `true` | Sticky within the table viewport; `false` uses normal flow. |
186
+ | `readOnly` | `false` | Prevents definition edits, value edits, enablement changes, and generation. |
187
+ | `generateValue` | Optional built-in adapter | Receives parameter, row index, document, and abort signal. |
188
+
189
+ Focused column separators accept Left/Right for 8px adjustments, or Shift+Left/Right for 32px. The adjacent pair retains its total width. The final column has no inactive resize handle. Content-based parameter schemas are preserved and are not accidentally combined with a new top-level `schema` by the type column. Boolean parameter schemas remain booleans in settings and reference resolution.
190
+
191
+ ### VariableTextEditor
192
+
193
+ | Property | Default | Behavior |
194
+ | ------------------------------- | ---------------------------------- | ------------------------------------------------------------------------------------------------------------------ |
195
+ | `value`, `onChange` | Required value / optional callback | Raw text, including an empty string when cleared. |
196
+ | `variables` | `[]` | Immutable definitions; names, values, descriptions, types, and custom colors update without rebuilding the editor. |
197
+ | `ariaLabel` | `Variable text editor` | Use a field-specific accessible name. |
198
+ | `allowLineBreaks` | `false` | Paste normalizes line breaks to spaces when disabled. |
199
+ | `submitOnEnter` | `false` | Submits single-line input after completion handling; IME confirmation is preserved. |
200
+ | `minHeight`, `maxFocusedHeight` | `32`, `320` | Pixel heights; focused overflow is scrollable. |
201
+ | `safePadding` | `8` | Nonnegative vertical padding while focused; tables use `4`. |
202
+ | `maxLength` | `16384` | UTF-16 code-unit limit, configurable up to 1,000,000. |
203
+ | `disabled`, `readOnly` | `false` | Prevents edits, including paste/drop paths. |
204
+
205
+ Treat variable arrays and their entries as immutable. Inline token decorations update with the same document transaction, so deletion cannot leave stale token ranges. Updating presentation props preserves focus, selection, and history. Hosts should echo changes; delayed acknowledgments are tolerated, but this is not a collaborative-edit conflict-resolution protocol.
206
+
207
+ ## Generator safety and release boundaries
208
+
209
+ The optional default generator validates candidates against the original schema in strict mode. `false` schemas reject generation. `maxArrayItems` defaults to 3 and is an allocation budget (1–1,000); increase it explicitly when an array's minimum requires more items. `maxDepth` accepts 1–32, and `validationRetryCount` accepts 0–20. Generated strings are bounded to 16,384 code units; larger required minimums produce an error. Local dereferencing is bounded to 20,000 visited nodes and a maximum depth of 128. Reference resolution never fetches remote documents.
210
+
211
+ These limits do not sandbox user-supplied regexes or third-party synchronous generation. For untrusted schemas or hard time limits, provide a worker-backed `generateValue` adapter and enforce a timeout there. An abort signal prevents stale results from being committed; it cannot interrupt synchronous JavaScript already executing.
212
+
213
+ This is a schema editor, not a complete JSON Schema or OpenAPI validator. Unknown keywords are preserved, but not every keyword has a dedicated control. The host must validate a document before saving or sending requests. Large trees are bounded, not virtualized; large parameter tables instantiate an editor per visible text cell, so paginate or filter large parameter collections in the host.
214
+
215
+ The current audit verifies the installed dependency set and the local Chromium preview. React 18 and 19 are declared peer ranges; a full React-version, Safari, and Firefox matrix has not been run in this workspace. Run your supported-browser matrix before release. See [VERIFICATION.md](./VERIFICATION.md) for measured results and the source audit record. No numeric quality score substitutes for these checks.
216
+
217
+ Multiline parameter values use `expansionMode="overlay"` to expand above neighboring content while preserving row height, and collapse on blur. Standalone editors default to `"inline"` expansion. Expanded editors use a thin theme border, visible blank-line markers, and internal scrolling at `maxFocusedHeight`. Markers are visual only and are never included in copied or emitted values.
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { I as InlineSchemaEditorProps } from './types-xAihO_KW.js';
3
+
4
+ declare function InlineSchemaEditor(props: InlineSchemaEditorProps): react.JSX.Element;
5
+
6
+ export { InlineSchemaEditor as I };
@@ -0,0 +1,6 @@
1
+ import * as react from 'react';
2
+ import { I as InlineSchemaEditorProps } from './types-Bk9rzr6l.cjs';
3
+
4
+ declare function InlineSchemaEditor(props: InlineSchemaEditorProps): react.JSX.Element;
5
+
6
+ export { InlineSchemaEditor as I };