@univerjs-pro/sheets-shape-ui 0.24.0 → 0.25.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 (97) hide show
  1. package/lib/cjs/index.js +1 -1
  2. package/lib/cjs/locale/ar-SA.js +1 -0
  3. package/lib/cjs/locale/ca-ES.js +1 -1
  4. package/lib/cjs/locale/de-DE.js +1 -0
  5. package/lib/cjs/locale/en-US.js +1 -1
  6. package/lib/cjs/locale/es-ES.js +1 -1
  7. package/lib/cjs/locale/fa-IR.js +1 -1
  8. package/lib/cjs/locale/fr-FR.js +1 -1
  9. package/lib/cjs/locale/id-ID.js +1 -0
  10. package/lib/cjs/locale/it-IT.js +1 -0
  11. package/lib/cjs/locale/ja-JP.js +1 -1
  12. package/lib/cjs/locale/ko-KR.js +1 -1
  13. package/lib/cjs/locale/pl-PL.js +1 -0
  14. package/lib/cjs/locale/pt-BR.js +1 -0
  15. package/lib/cjs/locale/ru-RU.js +1 -1
  16. package/lib/cjs/locale/sk-SK.js +1 -1
  17. package/lib/cjs/locale/vi-VN.js +1 -1
  18. package/lib/cjs/locale/zh-CN.js +1 -1
  19. package/lib/cjs/locale/zh-HK.js +1 -0
  20. package/lib/cjs/locale/zh-TW.js +1 -1
  21. package/lib/es/index.js +1 -1
  22. package/lib/es/locale/ar-SA.js +1 -0
  23. package/lib/es/locale/ca-ES.js +1 -1
  24. package/lib/es/locale/de-DE.js +1 -0
  25. package/lib/es/locale/en-US.js +1 -1
  26. package/lib/es/locale/es-ES.js +1 -1
  27. package/lib/es/locale/fa-IR.js +1 -1
  28. package/lib/es/locale/fr-FR.js +1 -1
  29. package/lib/es/locale/id-ID.js +1 -0
  30. package/lib/es/locale/it-IT.js +1 -0
  31. package/lib/es/locale/ja-JP.js +1 -1
  32. package/lib/es/locale/ko-KR.js +1 -1
  33. package/lib/es/locale/pl-PL.js +1 -0
  34. package/lib/es/locale/pt-BR.js +1 -0
  35. package/lib/es/locale/ru-RU.js +1 -1
  36. package/lib/es/locale/sk-SK.js +1 -1
  37. package/lib/es/locale/vi-VN.js +1 -1
  38. package/lib/es/locale/zh-CN.js +1 -1
  39. package/lib/es/locale/zh-HK.js +1 -0
  40. package/lib/es/locale/zh-TW.js +1 -1
  41. package/lib/index.js +1 -1
  42. package/lib/locale/ar-SA.js +1 -0
  43. package/lib/locale/ca-ES.js +1 -1
  44. package/lib/locale/de-DE.js +1 -0
  45. package/lib/locale/en-US.js +1 -1
  46. package/lib/locale/es-ES.js +1 -1
  47. package/lib/locale/fa-IR.js +1 -1
  48. package/lib/locale/fr-FR.js +1 -1
  49. package/lib/locale/id-ID.js +1 -0
  50. package/lib/locale/it-IT.js +1 -0
  51. package/lib/locale/ja-JP.js +1 -1
  52. package/lib/locale/ko-KR.js +1 -1
  53. package/lib/locale/pl-PL.js +1 -0
  54. package/lib/locale/pt-BR.js +1 -0
  55. package/lib/locale/ru-RU.js +1 -1
  56. package/lib/locale/sk-SK.js +1 -1
  57. package/lib/locale/vi-VN.js +1 -1
  58. package/lib/locale/zh-CN.js +1 -1
  59. package/lib/locale/zh-HK.js +1 -0
  60. package/lib/locale/zh-TW.js +1 -1
  61. package/lib/types/commands/operations/actvie-drawing-operation.d.ts +0 -15
  62. package/lib/types/controllers/config.schema.d.ts +1 -1
  63. package/lib/types/locale/ar-SA.d.ts +3 -0
  64. package/lib/types/locale/ca-ES.d.ts +1 -1
  65. package/lib/types/locale/de-DE.d.ts +3 -0
  66. package/lib/types/locale/en-US.d.ts +234 -203
  67. package/lib/types/locale/es-ES.d.ts +1 -1
  68. package/lib/types/locale/fa-IR.d.ts +1 -1
  69. package/lib/types/locale/fr-FR.d.ts +1 -1
  70. package/lib/types/locale/id-ID.d.ts +3 -0
  71. package/lib/types/locale/it-IT.d.ts +3 -0
  72. package/lib/types/locale/pl-PL.d.ts +3 -0
  73. package/lib/types/locale/pt-BR.d.ts +3 -0
  74. package/lib/types/locale/zh-HK.d.ts +3 -0
  75. package/lib/types/view-model/sheet-basic-shape-connection-site-object.d.ts +0 -15
  76. package/lib/types/views/shape-text-editor/Editor.d.ts +1 -4
  77. package/lib/umd/index.js +1 -1
  78. package/lib/umd/locale/ar-SA.js +1 -0
  79. package/lib/umd/locale/ca-ES.js +1 -1
  80. package/lib/umd/locale/de-DE.js +1 -0
  81. package/lib/umd/locale/en-US.js +1 -1
  82. package/lib/umd/locale/es-ES.js +1 -1
  83. package/lib/umd/locale/fa-IR.js +1 -1
  84. package/lib/umd/locale/fr-FR.js +1 -1
  85. package/lib/umd/locale/id-ID.js +1 -0
  86. package/lib/umd/locale/it-IT.js +1 -0
  87. package/lib/umd/locale/ja-JP.js +1 -1
  88. package/lib/umd/locale/ko-KR.js +1 -1
  89. package/lib/umd/locale/pl-PL.js +1 -0
  90. package/lib/umd/locale/pt-BR.js +1 -0
  91. package/lib/umd/locale/ru-RU.js +1 -1
  92. package/lib/umd/locale/sk-SK.js +1 -1
  93. package/lib/umd/locale/vi-VN.js +1 -1
  94. package/lib/umd/locale/zh-CN.js +1 -1
  95. package/lib/umd/locale/zh-HK.js +1 -0
  96. package/lib/umd/locale/zh-TW.js +1 -1
  97. package/package.json +16 -16
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,5 +1,36 @@
1
1
  declare const locale: {
2
- 'sheets-shape': {
2
+ 'sheets-shape-ui': {
3
+ align: {
4
+ top: string;
5
+ middle: string;
6
+ bottom: string;
7
+ left: string;
8
+ center: string;
9
+ right: string;
10
+ };
11
+ toolbar: {
12
+ verticalAlignMode: {
13
+ main: string;
14
+ };
15
+ horizontalAlignMode: {
16
+ main: string;
17
+ };
18
+ fillColor: {
19
+ main: string;
20
+ };
21
+ fontSize: string;
22
+ fontSizeIncrease: string;
23
+ fontSizeDecrease: string;
24
+ resetColor: string;
25
+ };
26
+ imagePanel: {
27
+ crop: {
28
+ shape: string;
29
+ };
30
+ };
31
+ permission: {
32
+ editErr: string;
33
+ };
3
34
  title: string;
4
35
  insertShape: string;
5
36
  openPanel: string;
@@ -101,208 +132,208 @@ declare const locale: {
101
132
  handDrawn: string;
102
133
  };
103
134
  };
104
- };
105
- shape: {
106
- group: {
107
- line: string;
108
- rectangle: string;
109
- basicShape: string;
110
- blockArrow: string;
111
- equationShape: string;
112
- flowchart: string;
113
- starAndBanner: string;
114
- callout: string;
115
- other: string;
116
- };
117
- type: {
118
- line: string;
119
- 'straight-connector1': string;
120
- 'straight-connector2': string;
121
- 'bent-connector3': string;
122
- 'bent-connector3-arrow1': string;
123
- 'bent-connector3-arrow2': string;
124
- 'curved-connector3': string;
125
- 'curved-connector3-arrow1': string;
126
- 'curved-connector3-arrow2': string;
127
- rect: string;
128
- 'round-rect': string;
129
- 'snip1-rect': string;
130
- 'snip2-same-rect': string;
131
- 'snip2-diag-rect': string;
132
- 'snip-round-rect': string;
133
- 'round1-rect': string;
134
- 'round2-same-rect': string;
135
- 'round2-diag-rect': string;
136
- 'rect-textbox-horizontal': string;
137
- 'rect-textbox-vertical': string;
138
- ellipse: string;
139
- triangle: string;
140
- 'rt-triangle': string;
141
- parallelogram: string;
142
- trapezoid: string;
143
- 'non-isosceles-trapezoid': string;
144
- diamond: string;
145
- pentagon: string;
146
- hexagon: string;
147
- heptagon: string;
148
- octagon: string;
149
- decagon: string;
150
- dodecagon: string;
151
- pie: string;
152
- chord: string;
153
- teardrop: string;
154
- frame: string;
155
- 'half-frame': string;
156
- corner: string;
157
- 'diag-stripe': string;
158
- plus: string;
159
- plaque: string;
160
- can: string;
161
- cube: string;
162
- bevel: string;
163
- donut: string;
164
- 'no-smoking': string;
165
- 'block-arc': string;
166
- 'folder-corner': string;
167
- 'smiley-face': string;
168
- heart: string;
169
- 'lightning-bolt': string;
170
- sun: string;
171
- moon: string;
172
- cloud: string;
173
- arc: string;
174
- 'bracket-pair': string;
175
- 'brace-pair': string;
176
- 'left-bracket': string;
177
- 'right-bracket': string;
178
- 'left-brace': string;
179
- 'right-brace': string;
180
- 'right-arrow': string;
181
- 'left-arrow': string;
182
- 'up-arrow': string;
183
- 'down-arrow': string;
184
- 'left-right-arrow': string;
185
- 'up-down-arrow': string;
186
- 'quad-arrow': string;
187
- 'left-right-up-arrow': string;
188
- 'bent-arrow': string;
189
- 'uturn-arrow': string;
190
- 'left-up-arrow': string;
191
- 'bent-up-arrow': string;
192
- 'curved-right-arrow': string;
193
- 'curved-left-arrow': string;
194
- 'curved-up-arrow': string;
195
- 'curved-down-arrow': string;
196
- 'striped-right-arrow': string;
197
- 'notched-right-arrow': string;
198
- 'home-plate': string;
199
- chevron: string;
200
- 'right-arrow-callout': string;
201
- 'down-arrow-callout': string;
202
- 'left-arrow-callout': string;
203
- 'up-arrow-callout': string;
204
- 'left-right-arrow-callout': string;
205
- 'quad-arrow-callout': string;
206
- 'circular-arrow': string;
207
- 'math-plus': string;
208
- 'math-minus': string;
209
- 'math-multiply': string;
210
- 'math-divide': string;
211
- 'math-equal': string;
212
- 'math-not-equal': string;
213
- 'flow-chart-process': string;
214
- 'flow-chart-alternate-process': string;
215
- 'flow-chart-decision': string;
216
- 'flow-chart-input-output': string;
217
- 'flow-chart-predefined-process': string;
218
- 'flow-chart-internal-storage': string;
219
- 'flow-chart-document': string;
220
- 'flow-chart-multidocument': string;
221
- 'flow-chart-terminator': string;
222
- 'flow-chart-preparation': string;
223
- 'flow-chart-manual-input': string;
224
- 'flow-chart-manual-operation': string;
225
- 'flow-chart-connector': string;
226
- 'flow-chart-offpage-connector': string;
227
- 'flow-chart-punched-card': string;
228
- 'flow-chart-punched-tape': string;
229
- 'flow-chart-summing-junction': string;
230
- 'flow-chart-or': string;
231
- 'flow-chart-collate': string;
232
- 'flow-chart-sort': string;
233
- 'flow-chart-extract': string;
234
- 'flow-chart-merge': string;
235
- 'flow-chart-online-storage': string;
236
- 'flow-chart-delay': string;
237
- 'flow-chart-magnetic-tape': string;
238
- 'flow-chart-magnetic-disk': string;
239
- 'flow-chart-magnetic-drum': string;
240
- 'flow-chart-display': string;
241
- 'irregular-seal1': string;
242
- 'irregular-seal2': string;
243
- star4: string;
244
- star5: string;
245
- star6: string;
246
- star7: string;
247
- star8: string;
248
- star10: string;
249
- star12: string;
250
- star16: string;
251
- star24: string;
252
- star32: string;
253
- ribbon2: string;
254
- ribbon: string;
255
- 'ellipse-ribbon2': string;
256
- 'ellipse-ribbon': string;
257
- 'vertical-scroll': string;
258
- 'horizontal-scroll': string;
259
- wave: string;
260
- 'double-wave': string;
261
- 'wedge-rect-callout': string;
262
- 'wedge-round-rect-callout': string;
263
- 'wedge-ellipse-callout': string;
264
- 'cloud-callout': string;
265
- 'border-callout1': string;
266
- 'border-callout2': string;
267
- 'border-callout3': string;
268
- 'accent-callout1': string;
269
- 'accent-callout2': string;
270
- 'accent-callout3': string;
271
- callout1: string;
272
- callout2: string;
273
- callout3: string;
274
- 'accent-border-callout1': string;
275
- 'accent-border-callout2': string;
276
- 'accent-border-callout3': string;
277
- 'left-circular-arrow': string;
278
- 'left-right-circular-arrow': string;
279
- 'swoosh-arrow': string;
280
- 'left-right-ribbon': string;
281
- 'pie-wedge': string;
282
- funnel: string;
283
- gear6: string;
284
- gear9: string;
285
- 'corner-tabs': string;
286
- 'action-button-back-previous': string;
287
- 'action-button-forward-next': string;
288
- 'action-button-beginning': string;
289
- 'action-button-end': string;
290
- 'action-button-home': string;
291
- 'action-button-information': string;
292
- 'action-button-return': string;
293
- 'action-button-movie': string;
294
- 'action-button-document': string;
295
- 'action-button-sound': string;
296
- 'action-button-help': string;
297
- 'action-button-blank': string;
298
- 'chart-plus': string;
299
- 'chart-star': string;
300
- 'chart-x': string;
301
- 'flow-chart-offline-storage': string;
302
- 'line-inv': string;
303
- 'plaque-tabs': string;
304
- 'square-tabs': string;
305
- 'up-down-arrow-callout': string;
135
+ shape: {
136
+ group: {
137
+ line: string;
138
+ rectangle: string;
139
+ basicShape: string;
140
+ blockArrow: string;
141
+ equationShape: string;
142
+ flowchart: string;
143
+ starAndBanner: string;
144
+ callout: string;
145
+ other: string;
146
+ };
147
+ type: {
148
+ line: string;
149
+ 'straight-connector1': string;
150
+ 'straight-connector2': string;
151
+ 'bent-connector3': string;
152
+ 'bent-connector3-arrow1': string;
153
+ 'bent-connector3-arrow2': string;
154
+ 'curved-connector3': string;
155
+ 'curved-connector3-arrow1': string;
156
+ 'curved-connector3-arrow2': string;
157
+ rect: string;
158
+ 'round-rect': string;
159
+ 'snip1-rect': string;
160
+ 'snip2-same-rect': string;
161
+ 'snip2-diag-rect': string;
162
+ 'snip-round-rect': string;
163
+ 'round1-rect': string;
164
+ 'round2-same-rect': string;
165
+ 'round2-diag-rect': string;
166
+ 'rect-textbox-horizontal': string;
167
+ 'rect-textbox-vertical': string;
168
+ ellipse: string;
169
+ triangle: string;
170
+ 'rt-triangle': string;
171
+ parallelogram: string;
172
+ trapezoid: string;
173
+ 'non-isosceles-trapezoid': string;
174
+ diamond: string;
175
+ pentagon: string;
176
+ hexagon: string;
177
+ heptagon: string;
178
+ octagon: string;
179
+ decagon: string;
180
+ dodecagon: string;
181
+ pie: string;
182
+ chord: string;
183
+ teardrop: string;
184
+ frame: string;
185
+ 'half-frame': string;
186
+ corner: string;
187
+ 'diag-stripe': string;
188
+ plus: string;
189
+ plaque: string;
190
+ can: string;
191
+ cube: string;
192
+ bevel: string;
193
+ donut: string;
194
+ 'no-smoking': string;
195
+ 'block-arc': string;
196
+ 'folder-corner': string;
197
+ 'smiley-face': string;
198
+ heart: string;
199
+ 'lightning-bolt': string;
200
+ sun: string;
201
+ moon: string;
202
+ cloud: string;
203
+ arc: string;
204
+ 'bracket-pair': string;
205
+ 'brace-pair': string;
206
+ 'left-bracket': string;
207
+ 'right-bracket': string;
208
+ 'left-brace': string;
209
+ 'right-brace': string;
210
+ 'right-arrow': string;
211
+ 'left-arrow': string;
212
+ 'up-arrow': string;
213
+ 'down-arrow': string;
214
+ 'left-right-arrow': string;
215
+ 'up-down-arrow': string;
216
+ 'quad-arrow': string;
217
+ 'left-right-up-arrow': string;
218
+ 'bent-arrow': string;
219
+ 'uturn-arrow': string;
220
+ 'left-up-arrow': string;
221
+ 'bent-up-arrow': string;
222
+ 'curved-right-arrow': string;
223
+ 'curved-left-arrow': string;
224
+ 'curved-up-arrow': string;
225
+ 'curved-down-arrow': string;
226
+ 'striped-right-arrow': string;
227
+ 'notched-right-arrow': string;
228
+ 'home-plate': string;
229
+ chevron: string;
230
+ 'right-arrow-callout': string;
231
+ 'down-arrow-callout': string;
232
+ 'left-arrow-callout': string;
233
+ 'up-arrow-callout': string;
234
+ 'left-right-arrow-callout': string;
235
+ 'quad-arrow-callout': string;
236
+ 'circular-arrow': string;
237
+ 'math-plus': string;
238
+ 'math-minus': string;
239
+ 'math-multiply': string;
240
+ 'math-divide': string;
241
+ 'math-equal': string;
242
+ 'math-not-equal': string;
243
+ 'flow-chart-process': string;
244
+ 'flow-chart-alternate-process': string;
245
+ 'flow-chart-decision': string;
246
+ 'flow-chart-input-output': string;
247
+ 'flow-chart-predefined-process': string;
248
+ 'flow-chart-internal-storage': string;
249
+ 'flow-chart-document': string;
250
+ 'flow-chart-multidocument': string;
251
+ 'flow-chart-terminator': string;
252
+ 'flow-chart-preparation': string;
253
+ 'flow-chart-manual-input': string;
254
+ 'flow-chart-manual-operation': string;
255
+ 'flow-chart-connector': string;
256
+ 'flow-chart-offpage-connector': string;
257
+ 'flow-chart-punched-card': string;
258
+ 'flow-chart-punched-tape': string;
259
+ 'flow-chart-summing-junction': string;
260
+ 'flow-chart-or': string;
261
+ 'flow-chart-collate': string;
262
+ 'flow-chart-sort': string;
263
+ 'flow-chart-extract': string;
264
+ 'flow-chart-merge': string;
265
+ 'flow-chart-online-storage': string;
266
+ 'flow-chart-delay': string;
267
+ 'flow-chart-magnetic-tape': string;
268
+ 'flow-chart-magnetic-disk': string;
269
+ 'flow-chart-magnetic-drum': string;
270
+ 'flow-chart-display': string;
271
+ 'irregular-seal1': string;
272
+ 'irregular-seal2': string;
273
+ star4: string;
274
+ star5: string;
275
+ star6: string;
276
+ star7: string;
277
+ star8: string;
278
+ star10: string;
279
+ star12: string;
280
+ star16: string;
281
+ star24: string;
282
+ star32: string;
283
+ ribbon2: string;
284
+ ribbon: string;
285
+ 'ellipse-ribbon2': string;
286
+ 'ellipse-ribbon': string;
287
+ 'vertical-scroll': string;
288
+ 'horizontal-scroll': string;
289
+ wave: string;
290
+ 'double-wave': string;
291
+ 'wedge-rect-callout': string;
292
+ 'wedge-round-rect-callout': string;
293
+ 'wedge-ellipse-callout': string;
294
+ 'cloud-callout': string;
295
+ 'border-callout1': string;
296
+ 'border-callout2': string;
297
+ 'border-callout3': string;
298
+ 'accent-callout1': string;
299
+ 'accent-callout2': string;
300
+ 'accent-callout3': string;
301
+ callout1: string;
302
+ callout2: string;
303
+ callout3: string;
304
+ 'accent-border-callout1': string;
305
+ 'accent-border-callout2': string;
306
+ 'accent-border-callout3': string;
307
+ 'left-circular-arrow': string;
308
+ 'left-right-circular-arrow': string;
309
+ 'swoosh-arrow': string;
310
+ 'left-right-ribbon': string;
311
+ 'pie-wedge': string;
312
+ funnel: string;
313
+ gear6: string;
314
+ gear9: string;
315
+ 'corner-tabs': string;
316
+ 'action-button-back-previous': string;
317
+ 'action-button-forward-next': string;
318
+ 'action-button-beginning': string;
319
+ 'action-button-end': string;
320
+ 'action-button-home': string;
321
+ 'action-button-information': string;
322
+ 'action-button-return': string;
323
+ 'action-button-movie': string;
324
+ 'action-button-document': string;
325
+ 'action-button-sound': string;
326
+ 'action-button-help': string;
327
+ 'action-button-blank': string;
328
+ 'chart-plus': string;
329
+ 'chart-star': string;
330
+ 'chart-x': string;
331
+ 'flow-chart-offline-storage': string;
332
+ 'line-inv': string;
333
+ 'plaque-tabs': string;
334
+ 'square-tabs': string;
335
+ 'up-down-arrow-callout': string;
336
+ };
306
337
  };
307
338
  };
308
339
  };
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -1,3 +1,3 @@
1
- import enUS from './en-US';
1
+ import type enUS from './en-US';
2
2
  declare const locale: typeof enUS;
3
3
  export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -0,0 +1,3 @@
1
+ import type enUS from './en-US';
2
+ declare const locale: typeof enUS;
3
+ export default locale;
@@ -1,18 +1,3 @@
1
- /**
2
- * Copyright 2023-present DreamNum Inc.
3
- *
4
- * Licensed under the Apache License, Version 2.0 (the "License");
5
- * you may not use this file except in compliance with the License.
6
- * You may obtain a copy of the License at
7
- *
8
- * http://www.apache.org/licenses/LICENSE-2.0
9
- *
10
- * Unless required by applicable law or agreed to in writing, software
11
- * distributed under the License is distributed on an "AS IS" BASIS,
12
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
- * See the License for the specific language governing permissions and
14
- * limitations under the License.
15
- */
16
1
  import type { IShapeProps } from '@univerjs/engine-render';
17
2
  import { Shape } from '@univerjs/engine-render';
18
3
  export interface ISheetBasicShapeConnectionSiteObjectProps extends IShapeProps {
@@ -8,7 +8,4 @@ export interface IShapeEditorProps {
8
8
  * Shape editor component - second layer DOM.
9
9
  * Handles document editing, content height tracking, and vertical alignment.
10
10
  */
11
- export declare const ShapeEditor: {
12
- (props: IShapeEditorProps): import("react/jsx-runtime").JSX.Element;
13
- displayName: string;
14
- };
11
+ export declare const ShapeEditor: (props: IShapeEditorProps) => import("react/jsx-runtime").JSX.Element;