@dwelle/excalidraw 0.6.0-rc.1 → 0.6.0-rc.3

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 (233) hide show
  1. package/README.md +3 -4
  2. package/dist/dev/{chunk-EFVS2MI5.js → chunk-FCTATTEX.js} +2 -2
  3. package/dist/dev/{chunk-EFVS2MI5.js.map → chunk-FCTATTEX.js.map} +1 -1
  4. package/dist/dev/chunk-GPAPUEH7.js +25914 -0
  5. package/dist/dev/chunk-GPAPUEH7.js.map +7 -0
  6. package/dist/dev/data/image-KIZE4OBD.js +13 -0
  7. package/dist/dev/index.css.map +1 -1
  8. package/dist/dev/index.js +33243 -37
  9. package/dist/dev/index.js.map +4 -4
  10. package/dist/dev/subset-shared.chunk.js +1 -1
  11. package/dist/dev/subset-worker.chunk.js +1 -1
  12. package/dist/prod/{chunk-P7457GAF.js → chunk-DZ7HA6XS.js} +1 -1
  13. package/dist/prod/chunk-TQDSDB2B.js +46 -0
  14. package/dist/prod/data/image-SCXWNX5A.js +1 -0
  15. package/dist/prod/index.js +108 -1
  16. package/dist/prod/subset-shared.chunk.js +1 -1
  17. package/dist/prod/subset-worker.chunk.js +1 -1
  18. package/dist/types/excalidraw/actions/actionAddToLibrary.d.ts +3 -3
  19. package/dist/types/excalidraw/actions/actionAlign.d.ts +18 -18
  20. package/dist/types/excalidraw/actions/actionBoundText.d.ts +3 -3
  21. package/dist/types/excalidraw/actions/actionCanvas.d.ts +31 -31
  22. package/dist/types/excalidraw/actions/actionClipboard.d.ts +17 -17
  23. package/dist/types/excalidraw/actions/actionCropEditor.d.ts +3 -3
  24. package/dist/types/excalidraw/actions/actionDeleteSelected.d.ts +5 -5
  25. package/dist/types/excalidraw/actions/actionDistribute.d.ts +4 -4
  26. package/dist/types/excalidraw/actions/actionDuplicateSelection.d.ts +3 -3
  27. package/dist/types/excalidraw/actions/actionElementLink.d.ts +6 -6
  28. package/dist/types/excalidraw/actions/actionElementLock.d.ts +4 -4
  29. package/dist/types/excalidraw/actions/actionExport.d.ts +30 -30
  30. package/dist/types/excalidraw/actions/actionFinalize.d.ts +3 -3
  31. package/dist/types/excalidraw/actions/actionFlip.d.ts +4 -4
  32. package/dist/types/excalidraw/actions/actionFrame.d.ts +9 -9
  33. package/dist/types/excalidraw/actions/actionGroup.d.ts +8 -8
  34. package/dist/types/excalidraw/actions/actionLinearEditor.d.ts +2 -2
  35. package/dist/types/excalidraw/actions/actionLink.d.ts +3 -3
  36. package/dist/types/excalidraw/actions/actionMenu.d.ts +6 -6
  37. package/dist/types/excalidraw/actions/actionNavigate.d.ts +3 -3
  38. package/dist/types/excalidraw/actions/actionProperties.d.ts +31 -31
  39. package/dist/types/excalidraw/actions/actionSelectAll.d.ts +2 -2
  40. package/dist/types/excalidraw/actions/actionStyles.d.ts +5 -5
  41. package/dist/types/excalidraw/actions/actionTextAutoResize.d.ts +1 -1
  42. package/dist/types/excalidraw/actions/actionToggleGridMode.d.ts +2 -2
  43. package/dist/types/excalidraw/actions/actionToggleObjectsSnapMode.d.ts +2 -2
  44. package/dist/types/excalidraw/actions/actionToggleSearchMenu.d.ts +3 -3
  45. package/dist/types/excalidraw/actions/actionToggleStats.d.ts +2 -2
  46. package/dist/types/excalidraw/actions/actionToggleViewMode.d.ts +2 -2
  47. package/dist/types/excalidraw/actions/actionToggleZenMode.d.ts +2 -2
  48. package/dist/types/excalidraw/actions/actionZindex.d.ts +14 -14
  49. package/dist/types/excalidraw/actions/manager.d.ts +1 -1
  50. package/dist/types/excalidraw/actions/types.d.ts +2 -2
  51. package/dist/types/excalidraw/appState.d.ts +9 -9
  52. package/dist/types/excalidraw/clipboard.d.ts +4 -4
  53. package/dist/types/excalidraw/components/Actions.d.ts +6 -7
  54. package/dist/types/excalidraw/components/ActiveConfirmDialog.d.ts +1 -2
  55. package/dist/types/excalidraw/components/App.d.ts +13 -3
  56. package/dist/types/excalidraw/components/Avatar.d.ts +1 -1
  57. package/dist/types/excalidraw/components/BraveMeasureTextError.d.ts +1 -2
  58. package/dist/types/excalidraw/components/Button.d.ts +1 -1
  59. package/dist/types/excalidraw/components/ButtonIcon.d.ts +1 -1
  60. package/dist/types/excalidraw/components/ButtonIconCycle.d.ts +2 -2
  61. package/dist/types/excalidraw/components/ButtonIconSelect.d.ts +2 -2
  62. package/dist/types/excalidraw/components/ButtonSelect.d.ts +1 -2
  63. package/dist/types/excalidraw/components/ButtonSeparator.d.ts +1 -2
  64. package/dist/types/excalidraw/components/ColorPicker/ColorInput.d.ts +1 -2
  65. package/dist/types/excalidraw/components/ColorPicker/ColorPicker.d.ts +1 -2
  66. package/dist/types/excalidraw/components/ColorPicker/CustomColorList.d.ts +1 -2
  67. package/dist/types/excalidraw/components/ColorPicker/HotkeyLabel.d.ts +1 -2
  68. package/dist/types/excalidraw/components/ColorPicker/Picker.d.ts +1 -1
  69. package/dist/types/excalidraw/components/ColorPicker/PickerColorList.d.ts +1 -2
  70. package/dist/types/excalidraw/components/ColorPicker/PickerHeading.d.ts +1 -1
  71. package/dist/types/excalidraw/components/ColorPicker/ShadeList.d.ts +1 -2
  72. package/dist/types/excalidraw/components/ColorPicker/TopPicks.d.ts +1 -2
  73. package/dist/types/excalidraw/components/CommandPalette/CommandPalette.d.ts +1 -2
  74. package/dist/types/excalidraw/components/ConfirmDialog.d.ts +1 -2
  75. package/dist/types/excalidraw/components/ContextMenu.d.ts +1 -1
  76. package/dist/types/excalidraw/components/DarkModeToggle.d.ts +1 -2
  77. package/dist/types/excalidraw/components/DefaultSidebar.d.ts +1 -1
  78. package/dist/types/excalidraw/components/Dialog.d.ts +1 -1
  79. package/dist/types/excalidraw/components/DialogActionButton.d.ts +1 -1
  80. package/dist/types/excalidraw/components/ElementLinkDialog.d.ts +1 -2
  81. package/dist/types/excalidraw/components/ErrorDialog.d.ts +1 -1
  82. package/dist/types/excalidraw/components/ExcalidrawLogo.d.ts +1 -1
  83. package/dist/types/excalidraw/components/FixedSideContainer.d.ts +1 -1
  84. package/dist/types/excalidraw/components/FollowMode/FollowMode.d.ts +1 -2
  85. package/dist/types/excalidraw/components/FontPicker/FontPicker.d.ts +2 -2
  86. package/dist/types/excalidraw/components/FontPicker/FontPickerList.d.ts +2 -1
  87. package/dist/types/excalidraw/components/FontPicker/FontPickerTrigger.d.ts +1 -2
  88. package/dist/types/excalidraw/components/FontPicker/keyboardNavHandlers.d.ts +1 -1
  89. package/dist/types/excalidraw/components/HandButton.d.ts +1 -2
  90. package/dist/types/excalidraw/components/HelpButton.d.ts +1 -2
  91. package/dist/types/excalidraw/components/HelpDialog.d.ts +1 -2
  92. package/dist/types/excalidraw/components/HintViewer.d.ts +1 -2
  93. package/dist/types/excalidraw/components/IconPicker.d.ts +2 -2
  94. package/dist/types/excalidraw/components/ImageExportDialog.d.ts +2 -3
  95. package/dist/types/excalidraw/components/InitializeApp.d.ts +1 -1
  96. package/dist/types/excalidraw/components/InlineIcon.d.ts +1 -2
  97. package/dist/types/excalidraw/components/JSONExportDialog.d.ts +1 -1
  98. package/dist/types/excalidraw/components/LaserPointerButton.d.ts +1 -2
  99. package/dist/types/excalidraw/components/LayerUI.d.ts +1 -1
  100. package/dist/types/excalidraw/components/LibraryMenu.d.ts +1 -1
  101. package/dist/types/excalidraw/components/LibraryMenuBrowseButton.d.ts +1 -2
  102. package/dist/types/excalidraw/components/LibraryMenuControlButtons.d.ts +1 -2
  103. package/dist/types/excalidraw/components/LibraryMenuHeaderContent.d.ts +1 -1
  104. package/dist/types/excalidraw/components/LibraryMenuItems.d.ts +1 -2
  105. package/dist/types/excalidraw/components/LibraryMenuSection.d.ts +2 -2
  106. package/dist/types/excalidraw/components/LibraryUnit.d.ts +2 -2
  107. package/dist/types/excalidraw/components/LockButton.d.ts +1 -2
  108. package/dist/types/excalidraw/components/MagicButton.d.ts +2 -2
  109. package/dist/types/excalidraw/components/MobileMenu.d.ts +2 -1
  110. package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirm.d.ts +4 -4
  111. package/dist/types/excalidraw/components/OverwriteConfirm/OverwriteConfirmActions.d.ts +6 -6
  112. package/dist/types/excalidraw/components/Paragraph.d.ts +1 -2
  113. package/dist/types/excalidraw/components/PasteChartDialog.d.ts +1 -1
  114. package/dist/types/excalidraw/components/PenModeButton.d.ts +1 -2
  115. package/dist/types/excalidraw/components/Popover.d.ts +1 -1
  116. package/dist/types/excalidraw/components/ProjectName.d.ts +1 -2
  117. package/dist/types/excalidraw/components/PublishLibrary.d.ts +1 -2
  118. package/dist/types/excalidraw/components/RadioGroup.d.ts +1 -1
  119. package/dist/types/excalidraw/components/Range.d.ts +1 -2
  120. package/dist/types/excalidraw/components/SVGLayer.d.ts +1 -2
  121. package/dist/types/excalidraw/components/ScrollableList.d.ts +1 -1
  122. package/dist/types/excalidraw/components/SearchMenu.d.ts +1 -2
  123. package/dist/types/excalidraw/components/ShareableLinkDialog.d.ts +1 -2
  124. package/dist/types/excalidraw/components/Sidebar/Sidebar.d.ts +6 -6
  125. package/dist/types/excalidraw/components/Sidebar/SidebarHeader.d.ts +1 -2
  126. package/dist/types/excalidraw/components/Sidebar/SidebarTab.d.ts +1 -1
  127. package/dist/types/excalidraw/components/Sidebar/SidebarTabTrigger.d.ts +1 -1
  128. package/dist/types/excalidraw/components/Sidebar/SidebarTabTriggers.d.ts +1 -1
  129. package/dist/types/excalidraw/components/Sidebar/SidebarTabs.d.ts +1 -1
  130. package/dist/types/excalidraw/components/Sidebar/SidebarTrigger.d.ts +1 -2
  131. package/dist/types/excalidraw/components/Sidebar/common.d.ts +1 -0
  132. package/dist/types/excalidraw/components/Spinner.d.ts +1 -2
  133. package/dist/types/excalidraw/components/Stack.d.ts +2 -3
  134. package/dist/types/excalidraw/components/Stats/Angle.d.ts +1 -2
  135. package/dist/types/excalidraw/components/Stats/CanvasGrid.d.ts +1 -1
  136. package/dist/types/excalidraw/components/Stats/Collapsible.d.ts +1 -1
  137. package/dist/types/excalidraw/components/Stats/Dimension.d.ts +1 -2
  138. package/dist/types/excalidraw/components/Stats/DragInput.d.ts +1 -1
  139. package/dist/types/excalidraw/components/Stats/FontSize.d.ts +1 -2
  140. package/dist/types/excalidraw/components/Stats/MultiAngle.d.ts +1 -2
  141. package/dist/types/excalidraw/components/Stats/MultiDimension.d.ts +1 -2
  142. package/dist/types/excalidraw/components/Stats/MultiFontSize.d.ts +1 -2
  143. package/dist/types/excalidraw/components/Stats/MultiPosition.d.ts +1 -2
  144. package/dist/types/excalidraw/components/Stats/Position.d.ts +1 -2
  145. package/dist/types/excalidraw/components/Stats/index.d.ts +4 -4
  146. package/dist/types/excalidraw/components/Switch.d.ts +1 -2
  147. package/dist/types/excalidraw/components/TTDDialog/MermaidToExcalidraw.d.ts +1 -2
  148. package/dist/types/excalidraw/components/TTDDialog/TTDDialog.d.ts +1 -1
  149. package/dist/types/excalidraw/components/TTDDialog/TTDDialogInput.d.ts +1 -1
  150. package/dist/types/excalidraw/components/TTDDialog/TTDDialogOutput.d.ts +2 -2
  151. package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanel.d.ts +1 -1
  152. package/dist/types/excalidraw/components/TTDDialog/TTDDialogPanels.d.ts +1 -1
  153. package/dist/types/excalidraw/components/TTDDialog/TTDDialogSubmitShortcut.d.ts +1 -2
  154. package/dist/types/excalidraw/components/TTDDialog/TTDDialogTab.d.ts +1 -1
  155. package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTrigger.d.ts +1 -1
  156. package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabTriggers.d.ts +1 -1
  157. package/dist/types/excalidraw/components/TTDDialog/TTDDialogTabs.d.ts +1 -1
  158. package/dist/types/excalidraw/components/TTDDialog/TTDDialogTrigger.d.ts +2 -1
  159. package/dist/types/excalidraw/components/TTDDialog/common.d.ts +1 -1
  160. package/dist/types/excalidraw/components/Toast.d.ts +1 -1
  161. package/dist/types/excalidraw/components/Tooltip.d.ts +1 -1
  162. package/dist/types/excalidraw/components/UserList.d.ts +1 -1
  163. package/dist/types/excalidraw/components/canvases/InteractiveCanvas.d.ts +2 -2
  164. package/dist/types/excalidraw/components/canvases/NewElementCanvas.d.ts +1 -2
  165. package/dist/types/excalidraw/components/canvases/StaticCanvas.d.ts +1 -1
  166. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenu.d.ts +11 -11
  167. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuContent.d.ts +1 -1
  168. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuGroup.d.ts +1 -1
  169. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItem.d.ts +4 -3
  170. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContent.d.ts +2 -2
  171. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemContentRadio.d.ts +1 -1
  172. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemCustom.d.ts +1 -1
  173. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuItemLink.d.ts +2 -1
  174. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuSeparator.d.ts +1 -2
  175. package/dist/types/excalidraw/components/dropdownMenu/DropdownMenuTrigger.d.ts +1 -1
  176. package/dist/types/excalidraw/components/dropdownMenu/dropdownMenuUtils.d.ts +2 -2
  177. package/dist/types/excalidraw/components/footer/Footer.d.ts +1 -2
  178. package/dist/types/excalidraw/components/footer/FooterCenter.d.ts +1 -2
  179. package/dist/types/excalidraw/components/hyperlink/Hyperlink.d.ts +1 -2
  180. package/dist/types/excalidraw/components/icons.d.ts +178 -178
  181. package/dist/types/excalidraw/components/live-collaboration/LiveCollaborationTrigger.d.ts +1 -1
  182. package/dist/types/excalidraw/components/main-menu/DefaultItems.d.ts +12 -13
  183. package/dist/types/excalidraw/components/main-menu/MainMenu.d.ts +9 -9
  184. package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Center.d.ts +10 -10
  185. package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.Hints.d.ts +3 -4
  186. package/dist/types/excalidraw/components/welcome-screen/WelcomeScreen.d.ts +15 -15
  187. package/dist/types/excalidraw/constants.d.ts +1 -0
  188. package/dist/types/excalidraw/data/blob.d.ts +1 -1
  189. package/dist/types/excalidraw/element/ElementCanvasButtons.d.ts +1 -2
  190. package/dist/types/excalidraw/element/binding.d.ts +1 -2
  191. package/dist/types/excalidraw/element/collision.d.ts +10 -1
  192. package/dist/types/excalidraw/element/distance.d.ts +3 -0
  193. package/dist/types/excalidraw/element/embeddable.d.ts +1 -1
  194. package/dist/types/excalidraw/element/newElement.d.ts +1 -1
  195. package/dist/types/excalidraw/element/transformHandles.d.ts +2 -2
  196. package/dist/types/excalidraw/element/types.d.ts +1 -1
  197. package/dist/types/excalidraw/element/utils.d.ts +21 -0
  198. package/dist/types/excalidraw/fonts/FontMetadata.d.ts +1 -1
  199. package/dist/types/excalidraw/hooks/useOutsideClick.d.ts +1 -1
  200. package/dist/types/excalidraw/hooks/useScrollPosition.d.ts +1 -1
  201. package/dist/types/excalidraw/index.d.ts +2 -4
  202. package/dist/types/excalidraw/shapes.d.ts +11 -12
  203. package/dist/types/excalidraw/store.d.ts +6 -6
  204. package/dist/types/excalidraw/types.d.ts +3 -2
  205. package/dist/types/excalidraw/utils.d.ts +3 -3
  206. package/dist/types/excalidraw/visualdebug.d.ts +7 -8
  207. package/dist/types/excalidraw/zindex.d.ts +2 -2
  208. package/dist/types/math/curve.d.ts +22 -14
  209. package/dist/types/math/ellipse.d.ts +44 -0
  210. package/dist/types/math/index.d.ts +1 -1
  211. package/dist/types/math/line.d.ts +2 -30
  212. package/dist/types/math/point.d.ts +1 -29
  213. package/dist/types/math/rectangle.d.ts +3 -0
  214. package/dist/types/math/segment.d.ts +8 -1
  215. package/dist/types/math/types.d.ts +15 -6
  216. package/dist/types/math/vector.d.ts +0 -4
  217. package/dist/types/utils/export.d.ts +1 -1
  218. package/package.json +6 -14
  219. package/dist/dev/chunk-637CAVTS.js +0 -57639
  220. package/dist/dev/chunk-637CAVTS.js.map +0 -7
  221. package/dist/dev/data/image-N6Y7BWW6.css +0 -6753
  222. package/dist/dev/data/image-N6Y7BWW6.css.map +0 -7
  223. package/dist/dev/data/image-QMQX6YR5.js +0 -15
  224. package/dist/prod/chunk-PEDHHNBJ.js +0 -153
  225. package/dist/prod/data/image-IP6M4LZC.js +0 -1
  226. package/dist/prod/data/image-KGQIL6Y4.css +0 -1
  227. package/dist/types/math/arc.d.ts +0 -6
  228. package/dist/types/math/ga/ga.d.ts +0 -63
  229. package/dist/types/math/ga/gadirections.d.ts +0 -8
  230. package/dist/types/math/ga/galines.d.ts +0 -22
  231. package/dist/types/math/ga/gapoints.d.ts +0 -7
  232. package/dist/types/math/ga/gatransforms.d.ts +0 -10
  233. /package/dist/dev/data/{image-QMQX6YR5.js.map → image-KIZE4OBD.js.map} +0 -0
@@ -6,216 +6,216 @@ type Opts = {
6
6
  height?: number;
7
7
  mirror?: true;
8
8
  } & React.SVGProps<SVGSVGElement>;
9
- export declare const createIcon: (d: string | React.ReactNode, opts?: number | Opts) => JSX.Element;
10
- export declare const HomeIcon: JSX.Element;
11
- export declare const LibraryIcon: JSX.Element;
12
- export declare const PlusIcon: JSX.Element;
13
- export declare const DotsIcon: JSX.Element;
14
- export declare const PinIcon: JSX.Element;
15
- export declare const UnlockedIcon: JSX.Element;
16
- export declare const LockedIcon: JSX.Element;
17
- export declare const WelcomeScreenMenuArrow: JSX.Element;
18
- export declare const WelcomeScreenHelpArrow: JSX.Element;
19
- export declare const WelcomeScreenTopToolbarArrow: JSX.Element;
20
- export declare const ExcalLogo: JSX.Element;
21
- export declare const SelectionIcon: JSX.Element;
22
- export declare const RectangleIcon: JSX.Element;
23
- export declare const DiamondIcon: JSX.Element;
24
- export declare const EllipseIcon: JSX.Element;
25
- export declare const ArrowIcon: JSX.Element;
26
- export declare const LineIcon: JSX.Element;
27
- export declare const PenModeIcon: JSX.Element;
28
- export declare const FreedrawIcon: JSX.Element;
29
- export declare const TextIcon: JSX.Element;
30
- export declare const ImageIcon: JSX.Element;
31
- export declare const EraserIcon: JSX.Element;
32
- export declare const ZoomInIcon: JSX.Element;
33
- export declare const ZoomOutIcon: JSX.Element;
34
- export declare const ZoomResetIcon: JSX.Element;
35
- export declare const TrashIcon: JSX.Element;
36
- export declare const EmbedIcon: JSX.Element;
37
- export declare const DuplicateIcon: JSX.Element;
38
- export declare const MoonIcon: JSX.Element;
39
- export declare const SunIcon: JSX.Element;
40
- export declare const HamburgerMenuIcon: JSX.Element;
41
- export declare const ExportIcon: JSX.Element;
42
- export declare const HelpIcon: JSX.Element;
43
- export declare const HelpIconThin: JSX.Element;
44
- export declare const ExternalLinkIcon: JSX.Element;
45
- export declare const GithubIcon: JSX.Element;
46
- export declare const DiscordIcon: JSX.Element;
47
- export declare const XBrandIcon: JSX.Element;
48
- export declare const checkIcon: JSX.Element;
49
- export declare const LinkIcon: JSX.Element;
50
- export declare const save: JSX.Element;
51
- export declare const saveAs: JSX.Element;
52
- export declare const LoadIcon: JSX.Element;
53
- export declare const clipboard: JSX.Element;
54
- export declare const palette: JSX.Element;
55
- export declare const bucketFillIcon: JSX.Element;
56
- export declare const ExportImageIcon: JSX.Element;
57
- export declare const exportToFileIcon: JSX.Element;
58
- export declare const zoomIn: JSX.Element;
59
- export declare const zoomOut: JSX.Element;
60
- export declare const done: JSX.Element;
61
- export declare const menu: JSX.Element;
62
- export declare const UndoIcon: JSX.Element;
63
- export declare const RedoIcon: JSX.Element;
64
- export declare const questionCircle: JSX.Element;
65
- export declare const share: JSX.Element;
66
- export declare const warning: JSX.Element;
67
- export declare const shareIOS: JSX.Element;
68
- export declare const exportToPlus: JSX.Element;
69
- export declare const shareWindows: JSX.Element;
70
- export declare const resetZoom: JSX.Element;
71
- export declare const BringForwardIcon: JSX.Element;
72
- export declare const SendBackwardIcon: JSX.Element;
73
- export declare const BringToFrontIcon: JSX.Element;
74
- export declare const SendToBackIcon: JSX.Element;
75
- export declare const AlignTopIcon: JSX.Element;
76
- export declare const AlignBottomIcon: JSX.Element;
77
- export declare const AlignLeftIcon: JSX.Element;
78
- export declare const AlignRightIcon: JSX.Element;
79
- export declare const DistributeHorizontallyIcon: JSX.Element;
80
- export declare const DistributeVerticallyIcon: JSX.Element;
81
- export declare const CenterVerticallyIcon: JSX.Element;
82
- export declare const CenterHorizontallyIcon: JSX.Element;
83
- export declare const usersIcon: JSX.Element;
84
- export declare const start: JSX.Element;
85
- export declare const stop: JSX.Element;
86
- export declare const CloseIcon: JSX.Element;
87
- export declare const clone: JSX.Element;
88
- export declare const shield: JSX.Element;
89
- export declare const file: JSX.Element;
9
+ export declare const createIcon: (d: string | React.ReactNode, opts?: number | Opts) => import("react/jsx-runtime").JSX.Element;
10
+ export declare const HomeIcon: import("react/jsx-runtime").JSX.Element;
11
+ export declare const LibraryIcon: import("react/jsx-runtime").JSX.Element;
12
+ export declare const PlusIcon: import("react/jsx-runtime").JSX.Element;
13
+ export declare const DotsIcon: import("react/jsx-runtime").JSX.Element;
14
+ export declare const PinIcon: import("react/jsx-runtime").JSX.Element;
15
+ export declare const UnlockedIcon: import("react/jsx-runtime").JSX.Element;
16
+ export declare const LockedIcon: import("react/jsx-runtime").JSX.Element;
17
+ export declare const WelcomeScreenMenuArrow: import("react/jsx-runtime").JSX.Element;
18
+ export declare const WelcomeScreenHelpArrow: import("react/jsx-runtime").JSX.Element;
19
+ export declare const WelcomeScreenTopToolbarArrow: import("react/jsx-runtime").JSX.Element;
20
+ export declare const ExcalLogo: import("react/jsx-runtime").JSX.Element;
21
+ export declare const SelectionIcon: import("react/jsx-runtime").JSX.Element;
22
+ export declare const RectangleIcon: import("react/jsx-runtime").JSX.Element;
23
+ export declare const DiamondIcon: import("react/jsx-runtime").JSX.Element;
24
+ export declare const EllipseIcon: import("react/jsx-runtime").JSX.Element;
25
+ export declare const ArrowIcon: import("react/jsx-runtime").JSX.Element;
26
+ export declare const LineIcon: import("react/jsx-runtime").JSX.Element;
27
+ export declare const PenModeIcon: import("react/jsx-runtime").JSX.Element;
28
+ export declare const FreedrawIcon: import("react/jsx-runtime").JSX.Element;
29
+ export declare const TextIcon: import("react/jsx-runtime").JSX.Element;
30
+ export declare const ImageIcon: import("react/jsx-runtime").JSX.Element;
31
+ export declare const EraserIcon: import("react/jsx-runtime").JSX.Element;
32
+ export declare const ZoomInIcon: import("react/jsx-runtime").JSX.Element;
33
+ export declare const ZoomOutIcon: import("react/jsx-runtime").JSX.Element;
34
+ export declare const ZoomResetIcon: import("react/jsx-runtime").JSX.Element;
35
+ export declare const TrashIcon: import("react/jsx-runtime").JSX.Element;
36
+ export declare const EmbedIcon: import("react/jsx-runtime").JSX.Element;
37
+ export declare const DuplicateIcon: import("react/jsx-runtime").JSX.Element;
38
+ export declare const MoonIcon: import("react/jsx-runtime").JSX.Element;
39
+ export declare const SunIcon: import("react/jsx-runtime").JSX.Element;
40
+ export declare const HamburgerMenuIcon: import("react/jsx-runtime").JSX.Element;
41
+ export declare const ExportIcon: import("react/jsx-runtime").JSX.Element;
42
+ export declare const HelpIcon: import("react/jsx-runtime").JSX.Element;
43
+ export declare const HelpIconThin: import("react/jsx-runtime").JSX.Element;
44
+ export declare const ExternalLinkIcon: import("react/jsx-runtime").JSX.Element;
45
+ export declare const GithubIcon: import("react/jsx-runtime").JSX.Element;
46
+ export declare const DiscordIcon: import("react/jsx-runtime").JSX.Element;
47
+ export declare const XBrandIcon: import("react/jsx-runtime").JSX.Element;
48
+ export declare const checkIcon: import("react/jsx-runtime").JSX.Element;
49
+ export declare const LinkIcon: import("react/jsx-runtime").JSX.Element;
50
+ export declare const save: import("react/jsx-runtime").JSX.Element;
51
+ export declare const saveAs: import("react/jsx-runtime").JSX.Element;
52
+ export declare const LoadIcon: import("react/jsx-runtime").JSX.Element;
53
+ export declare const clipboard: import("react/jsx-runtime").JSX.Element;
54
+ export declare const palette: import("react/jsx-runtime").JSX.Element;
55
+ export declare const bucketFillIcon: import("react/jsx-runtime").JSX.Element;
56
+ export declare const ExportImageIcon: import("react/jsx-runtime").JSX.Element;
57
+ export declare const exportToFileIcon: import("react/jsx-runtime").JSX.Element;
58
+ export declare const zoomIn: import("react/jsx-runtime").JSX.Element;
59
+ export declare const zoomOut: import("react/jsx-runtime").JSX.Element;
60
+ export declare const done: import("react/jsx-runtime").JSX.Element;
61
+ export declare const menu: import("react/jsx-runtime").JSX.Element;
62
+ export declare const UndoIcon: import("react/jsx-runtime").JSX.Element;
63
+ export declare const RedoIcon: import("react/jsx-runtime").JSX.Element;
64
+ export declare const questionCircle: import("react/jsx-runtime").JSX.Element;
65
+ export declare const share: import("react/jsx-runtime").JSX.Element;
66
+ export declare const warning: import("react/jsx-runtime").JSX.Element;
67
+ export declare const shareIOS: import("react/jsx-runtime").JSX.Element;
68
+ export declare const exportToPlus: import("react/jsx-runtime").JSX.Element;
69
+ export declare const shareWindows: import("react/jsx-runtime").JSX.Element;
70
+ export declare const resetZoom: import("react/jsx-runtime").JSX.Element;
71
+ export declare const BringForwardIcon: import("react/jsx-runtime").JSX.Element;
72
+ export declare const SendBackwardIcon: import("react/jsx-runtime").JSX.Element;
73
+ export declare const BringToFrontIcon: import("react/jsx-runtime").JSX.Element;
74
+ export declare const SendToBackIcon: import("react/jsx-runtime").JSX.Element;
75
+ export declare const AlignTopIcon: import("react/jsx-runtime").JSX.Element;
76
+ export declare const AlignBottomIcon: import("react/jsx-runtime").JSX.Element;
77
+ export declare const AlignLeftIcon: import("react/jsx-runtime").JSX.Element;
78
+ export declare const AlignRightIcon: import("react/jsx-runtime").JSX.Element;
79
+ export declare const DistributeHorizontallyIcon: import("react/jsx-runtime").JSX.Element;
80
+ export declare const DistributeVerticallyIcon: import("react/jsx-runtime").JSX.Element;
81
+ export declare const CenterVerticallyIcon: import("react/jsx-runtime").JSX.Element;
82
+ export declare const CenterHorizontallyIcon: import("react/jsx-runtime").JSX.Element;
83
+ export declare const usersIcon: import("react/jsx-runtime").JSX.Element;
84
+ export declare const start: import("react/jsx-runtime").JSX.Element;
85
+ export declare const stop: import("react/jsx-runtime").JSX.Element;
86
+ export declare const CloseIcon: import("react/jsx-runtime").JSX.Element;
87
+ export declare const clone: import("react/jsx-runtime").JSX.Element;
88
+ export declare const shield: import("react/jsx-runtime").JSX.Element;
89
+ export declare const file: import("react/jsx-runtime").JSX.Element;
90
90
  export declare const GroupIcon: React.MemoExoticComponent<({ theme }: {
91
91
  theme: Theme;
92
- }) => JSX.Element>;
92
+ }) => import("react/jsx-runtime").JSX.Element>;
93
93
  export declare const UngroupIcon: React.MemoExoticComponent<({ theme }: {
94
94
  theme: Theme;
95
- }) => JSX.Element>;
96
- export declare const FillZigZagIcon: JSX.Element;
97
- export declare const FillHachureIcon: JSX.Element;
98
- export declare const FillCrossHatchIcon: JSX.Element;
99
- export declare const FillSolidIcon: JSX.Element;
100
- export declare const StrokeWidthBaseIcon: JSX.Element;
101
- export declare const StrokeWidthBoldIcon: JSX.Element;
102
- export declare const StrokeWidthExtraBoldIcon: JSX.Element;
95
+ }) => import("react/jsx-runtime").JSX.Element>;
96
+ export declare const FillZigZagIcon: import("react/jsx-runtime").JSX.Element;
97
+ export declare const FillHachureIcon: import("react/jsx-runtime").JSX.Element;
98
+ export declare const FillCrossHatchIcon: import("react/jsx-runtime").JSX.Element;
99
+ export declare const FillSolidIcon: import("react/jsx-runtime").JSX.Element;
100
+ export declare const StrokeWidthBaseIcon: import("react/jsx-runtime").JSX.Element;
101
+ export declare const StrokeWidthBoldIcon: import("react/jsx-runtime").JSX.Element;
102
+ export declare const StrokeWidthExtraBoldIcon: import("react/jsx-runtime").JSX.Element;
103
103
  export declare const StrokeStyleSolidIcon: React.MemoExoticComponent<({ theme }: {
104
104
  theme: Theme;
105
- }) => JSX.Element>;
106
- export declare const StrokeStyleDashedIcon: JSX.Element;
107
- export declare const StrokeStyleDottedIcon: JSX.Element;
108
- export declare const SloppinessArchitectIcon: JSX.Element;
109
- export declare const SloppinessArtistIcon: JSX.Element;
110
- export declare const SloppinessCartoonistIcon: JSX.Element;
111
- export declare const EdgeSharpIcon: JSX.Element;
112
- export declare const EdgeRoundIcon: JSX.Element;
113
- export declare const ArrowheadNoneIcon: JSX.Element;
105
+ }) => import("react/jsx-runtime").JSX.Element>;
106
+ export declare const StrokeStyleDashedIcon: import("react/jsx-runtime").JSX.Element;
107
+ export declare const StrokeStyleDottedIcon: import("react/jsx-runtime").JSX.Element;
108
+ export declare const SloppinessArchitectIcon: import("react/jsx-runtime").JSX.Element;
109
+ export declare const SloppinessArtistIcon: import("react/jsx-runtime").JSX.Element;
110
+ export declare const SloppinessCartoonistIcon: import("react/jsx-runtime").JSX.Element;
111
+ export declare const EdgeSharpIcon: import("react/jsx-runtime").JSX.Element;
112
+ export declare const EdgeRoundIcon: import("react/jsx-runtime").JSX.Element;
113
+ export declare const ArrowheadNoneIcon: import("react/jsx-runtime").JSX.Element;
114
114
  export declare const ArrowheadArrowIcon: React.MemoExoticComponent<({ flip }: {
115
115
  flip?: boolean | undefined;
116
- }) => JSX.Element>;
116
+ }) => import("react/jsx-runtime").JSX.Element>;
117
117
  export declare const ArrowheadCircleIcon: React.MemoExoticComponent<({ flip }: {
118
118
  flip?: boolean | undefined;
119
- }) => JSX.Element>;
119
+ }) => import("react/jsx-runtime").JSX.Element>;
120
120
  export declare const ArrowheadCircleOutlineIcon: React.MemoExoticComponent<({ flip }: {
121
121
  flip?: boolean | undefined;
122
- }) => JSX.Element>;
122
+ }) => import("react/jsx-runtime").JSX.Element>;
123
123
  export declare const ArrowheadBarIcon: React.MemoExoticComponent<({ flip }: {
124
124
  flip?: boolean | undefined;
125
- }) => JSX.Element>;
125
+ }) => import("react/jsx-runtime").JSX.Element>;
126
126
  export declare const ArrowheadTriangleIcon: React.MemoExoticComponent<({ flip }: {
127
127
  flip?: boolean | undefined;
128
- }) => JSX.Element>;
128
+ }) => import("react/jsx-runtime").JSX.Element>;
129
129
  export declare const ArrowheadTriangleOutlineIcon: React.MemoExoticComponent<({ flip }: {
130
130
  flip?: boolean | undefined;
131
- }) => JSX.Element>;
131
+ }) => import("react/jsx-runtime").JSX.Element>;
132
132
  export declare const ArrowheadDiamondIcon: React.MemoExoticComponent<({ flip }: {
133
133
  flip?: boolean | undefined;
134
- }) => JSX.Element>;
134
+ }) => import("react/jsx-runtime").JSX.Element>;
135
135
  export declare const ArrowheadDiamondOutlineIcon: React.MemoExoticComponent<({ flip }: {
136
136
  flip?: boolean | undefined;
137
- }) => JSX.Element>;
137
+ }) => import("react/jsx-runtime").JSX.Element>;
138
138
  export declare const ArrowheadCrowfootIcon: React.MemoExoticComponent<({ flip }: {
139
139
  flip?: boolean | undefined;
140
- }) => JSX.Element>;
140
+ }) => import("react/jsx-runtime").JSX.Element>;
141
141
  export declare const ArrowheadCrowfootOneIcon: React.MemoExoticComponent<({ flip }: {
142
142
  flip?: boolean | undefined;
143
- }) => JSX.Element>;
143
+ }) => import("react/jsx-runtime").JSX.Element>;
144
144
  export declare const ArrowheadCrowfootOneOrManyIcon: React.MemoExoticComponent<({ flip }: {
145
145
  flip?: boolean | undefined;
146
- }) => JSX.Element>;
147
- export declare const FontSizeSmallIcon: JSX.Element;
148
- export declare const FontSizeMediumIcon: JSX.Element;
149
- export declare const FontSizeLargeIcon: JSX.Element;
150
- export declare const FontSizeExtraLargeIcon: JSX.Element;
151
- export declare const fontSizeIcon: JSX.Element;
152
- export declare const FontFamilyHeadingIcon: JSX.Element;
153
- export declare const FontFamilyNormalIcon: JSX.Element;
154
- export declare const FontFamilyCodeIcon: JSX.Element;
155
- export declare const TextAlignLeftIcon: JSX.Element;
156
- export declare const TextAlignCenterIcon: JSX.Element;
157
- export declare const TextAlignRightIcon: JSX.Element;
146
+ }) => import("react/jsx-runtime").JSX.Element>;
147
+ export declare const FontSizeSmallIcon: import("react/jsx-runtime").JSX.Element;
148
+ export declare const FontSizeMediumIcon: import("react/jsx-runtime").JSX.Element;
149
+ export declare const FontSizeLargeIcon: import("react/jsx-runtime").JSX.Element;
150
+ export declare const FontSizeExtraLargeIcon: import("react/jsx-runtime").JSX.Element;
151
+ export declare const fontSizeIcon: import("react/jsx-runtime").JSX.Element;
152
+ export declare const FontFamilyHeadingIcon: import("react/jsx-runtime").JSX.Element;
153
+ export declare const FontFamilyNormalIcon: import("react/jsx-runtime").JSX.Element;
154
+ export declare const FontFamilyCodeIcon: import("react/jsx-runtime").JSX.Element;
155
+ export declare const TextAlignLeftIcon: import("react/jsx-runtime").JSX.Element;
156
+ export declare const TextAlignCenterIcon: import("react/jsx-runtime").JSX.Element;
157
+ export declare const TextAlignRightIcon: import("react/jsx-runtime").JSX.Element;
158
158
  export declare const TextAlignTopIcon: React.MemoExoticComponent<({ theme }: {
159
159
  theme: Theme;
160
- }) => JSX.Element>;
160
+ }) => import("react/jsx-runtime").JSX.Element>;
161
161
  export declare const TextAlignBottomIcon: React.MemoExoticComponent<({ theme }: {
162
162
  theme: Theme;
163
- }) => JSX.Element>;
163
+ }) => import("react/jsx-runtime").JSX.Element>;
164
164
  export declare const TextAlignMiddleIcon: React.MemoExoticComponent<({ theme }: {
165
165
  theme: Theme;
166
- }) => JSX.Element>;
167
- export declare const angleIcon: JSX.Element;
168
- export declare const publishIcon: JSX.Element;
169
- export declare const eraser: JSX.Element;
170
- export declare const handIcon: JSX.Element;
171
- export declare const downloadIcon: JSX.Element;
172
- export declare const copyIcon: JSX.Element;
173
- export declare const cutIcon: JSX.Element;
174
- export declare const helpIcon: JSX.Element;
175
- export declare const playerPlayIcon: JSX.Element;
176
- export declare const playerStopFilledIcon: JSX.Element;
177
- export declare const tablerCheckIcon: JSX.Element;
178
- export declare const alertTriangleIcon: JSX.Element;
179
- export declare const eyeDropperIcon: JSX.Element;
180
- export declare const extraToolsIcon: JSX.Element;
181
- export declare const frameToolIcon: JSX.Element;
182
- export declare const mermaidLogoIcon: JSX.Element;
183
- export declare const ArrowRightIcon: JSX.Element;
184
- export declare const laserPointerToolIcon: JSX.Element;
185
- export declare const MagicIcon: JSX.Element;
186
- export declare const MagicIconThin: JSX.Element;
187
- export declare const OpenAIIcon: JSX.Element;
188
- export declare const fullscreenIcon: JSX.Element;
189
- export declare const eyeIcon: JSX.Element;
190
- export declare const eyeClosedIcon: JSX.Element;
191
- export declare const brainIcon: JSX.Element;
192
- export declare const brainIconThin: JSX.Element;
193
- export declare const searchIcon: JSX.Element;
194
- export declare const clockIcon: JSX.Element;
195
- export declare const microphoneIcon: JSX.Element;
196
- export declare const microphoneMutedIcon: JSX.Element;
197
- export declare const boltIcon: JSX.Element;
198
- export declare const selectAllIcon: JSX.Element;
199
- export declare const abacusIcon: JSX.Element;
200
- export declare const flipVertical: JSX.Element;
201
- export declare const flipHorizontal: JSX.Element;
202
- export declare const paintIcon: JSX.Element;
203
- export declare const zoomAreaIcon: JSX.Element;
204
- export declare const svgIcon: JSX.Element;
205
- export declare const pngIcon: JSX.Element;
206
- export declare const magnetIcon: JSX.Element;
207
- export declare const coffeeIcon: JSX.Element;
208
- export declare const DeviceDesktopIcon: JSX.Element;
209
- export declare const loginIcon: JSX.Element;
210
- export declare const youtubeIcon: JSX.Element;
211
- export declare const gridIcon: JSX.Element;
212
- export declare const lineEditorIcon: JSX.Element;
213
- export declare const sharpArrowIcon: JSX.Element;
214
- export declare const elbowArrowIcon: JSX.Element;
215
- export declare const roundArrowIcon: JSX.Element;
216
- export declare const collapseDownIcon: JSX.Element;
217
- export declare const collapseUpIcon: JSX.Element;
218
- export declare const upIcon: JSX.Element;
219
- export declare const cropIcon: JSX.Element;
220
- export declare const elementLinkIcon: JSX.Element;
166
+ }) => import("react/jsx-runtime").JSX.Element>;
167
+ export declare const angleIcon: import("react/jsx-runtime").JSX.Element;
168
+ export declare const publishIcon: import("react/jsx-runtime").JSX.Element;
169
+ export declare const eraser: import("react/jsx-runtime").JSX.Element;
170
+ export declare const handIcon: import("react/jsx-runtime").JSX.Element;
171
+ export declare const downloadIcon: import("react/jsx-runtime").JSX.Element;
172
+ export declare const copyIcon: import("react/jsx-runtime").JSX.Element;
173
+ export declare const cutIcon: import("react/jsx-runtime").JSX.Element;
174
+ export declare const helpIcon: import("react/jsx-runtime").JSX.Element;
175
+ export declare const playerPlayIcon: import("react/jsx-runtime").JSX.Element;
176
+ export declare const playerStopFilledIcon: import("react/jsx-runtime").JSX.Element;
177
+ export declare const tablerCheckIcon: import("react/jsx-runtime").JSX.Element;
178
+ export declare const alertTriangleIcon: import("react/jsx-runtime").JSX.Element;
179
+ export declare const eyeDropperIcon: import("react/jsx-runtime").JSX.Element;
180
+ export declare const extraToolsIcon: import("react/jsx-runtime").JSX.Element;
181
+ export declare const frameToolIcon: import("react/jsx-runtime").JSX.Element;
182
+ export declare const mermaidLogoIcon: import("react/jsx-runtime").JSX.Element;
183
+ export declare const ArrowRightIcon: import("react/jsx-runtime").JSX.Element;
184
+ export declare const laserPointerToolIcon: import("react/jsx-runtime").JSX.Element;
185
+ export declare const MagicIcon: import("react/jsx-runtime").JSX.Element;
186
+ export declare const MagicIconThin: import("react/jsx-runtime").JSX.Element;
187
+ export declare const OpenAIIcon: import("react/jsx-runtime").JSX.Element;
188
+ export declare const fullscreenIcon: import("react/jsx-runtime").JSX.Element;
189
+ export declare const eyeIcon: import("react/jsx-runtime").JSX.Element;
190
+ export declare const eyeClosedIcon: import("react/jsx-runtime").JSX.Element;
191
+ export declare const brainIcon: import("react/jsx-runtime").JSX.Element;
192
+ export declare const brainIconThin: import("react/jsx-runtime").JSX.Element;
193
+ export declare const searchIcon: import("react/jsx-runtime").JSX.Element;
194
+ export declare const clockIcon: import("react/jsx-runtime").JSX.Element;
195
+ export declare const microphoneIcon: import("react/jsx-runtime").JSX.Element;
196
+ export declare const microphoneMutedIcon: import("react/jsx-runtime").JSX.Element;
197
+ export declare const boltIcon: import("react/jsx-runtime").JSX.Element;
198
+ export declare const selectAllIcon: import("react/jsx-runtime").JSX.Element;
199
+ export declare const abacusIcon: import("react/jsx-runtime").JSX.Element;
200
+ export declare const flipVertical: import("react/jsx-runtime").JSX.Element;
201
+ export declare const flipHorizontal: import("react/jsx-runtime").JSX.Element;
202
+ export declare const paintIcon: import("react/jsx-runtime").JSX.Element;
203
+ export declare const zoomAreaIcon: import("react/jsx-runtime").JSX.Element;
204
+ export declare const svgIcon: import("react/jsx-runtime").JSX.Element;
205
+ export declare const pngIcon: import("react/jsx-runtime").JSX.Element;
206
+ export declare const magnetIcon: import("react/jsx-runtime").JSX.Element;
207
+ export declare const coffeeIcon: import("react/jsx-runtime").JSX.Element;
208
+ export declare const DeviceDesktopIcon: import("react/jsx-runtime").JSX.Element;
209
+ export declare const loginIcon: import("react/jsx-runtime").JSX.Element;
210
+ export declare const youtubeIcon: import("react/jsx-runtime").JSX.Element;
211
+ export declare const gridIcon: import("react/jsx-runtime").JSX.Element;
212
+ export declare const lineEditorIcon: import("react/jsx-runtime").JSX.Element;
213
+ export declare const sharpArrowIcon: import("react/jsx-runtime").JSX.Element;
214
+ export declare const elbowArrowIcon: import("react/jsx-runtime").JSX.Element;
215
+ export declare const roundArrowIcon: import("react/jsx-runtime").JSX.Element;
216
+ export declare const collapseDownIcon: import("react/jsx-runtime").JSX.Element;
217
+ export declare const collapseUpIcon: import("react/jsx-runtime").JSX.Element;
218
+ export declare const upIcon: import("react/jsx-runtime").JSX.Element;
219
+ export declare const cropIcon: import("react/jsx-runtime").JSX.Element;
220
+ export declare const elementLinkIcon: import("react/jsx-runtime").JSX.Element;
221
221
  export {};
@@ -4,7 +4,7 @@ declare const LiveCollaborationTrigger: {
4
4
  ({ isCollaborating, onSelect, ...rest }: {
5
5
  isCollaborating: boolean;
6
6
  onSelect: () => void;
7
- } & import("react").ButtonHTMLAttributes<HTMLButtonElement>): JSX.Element;
7
+ } & import("react").ButtonHTMLAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element;
8
8
  displayName: string;
9
9
  };
10
10
  export default LiveCollaborationTrigger;
@@ -1,36 +1,35 @@
1
- /// <reference types="react" />
2
1
  import "./DefaultItems.scss";
3
2
  import { Theme } from "../../element/types";
4
3
  export declare const LoadScene: {
5
- (): JSX.Element | null;
4
+ (): import("react/jsx-runtime").JSX.Element | null;
6
5
  displayName: string;
7
6
  };
8
7
  export declare const SaveToActiveFile: {
9
- (): JSX.Element | null;
8
+ (): import("react/jsx-runtime").JSX.Element | null;
10
9
  displayName: string;
11
10
  };
12
11
  export declare const SaveAsImage: {
13
- (): JSX.Element;
12
+ (): import("react/jsx-runtime").JSX.Element;
14
13
  displayName: string;
15
14
  };
16
15
  export declare const CommandPalette: {
17
16
  (opts?: {
18
17
  className?: string;
19
- }): JSX.Element;
18
+ }): import("react/jsx-runtime").JSX.Element;
20
19
  displayName: string;
21
20
  };
22
21
  export declare const SearchMenu: {
23
22
  (opts?: {
24
23
  className?: string;
25
- }): JSX.Element;
24
+ }): import("react/jsx-runtime").JSX.Element;
26
25
  displayName: string;
27
26
  };
28
27
  export declare const Help: {
29
- (): JSX.Element;
28
+ (): import("react/jsx-runtime").JSX.Element;
30
29
  displayName: string;
31
30
  };
32
31
  export declare const ClearCanvas: {
33
- (): JSX.Element | null;
32
+ (): import("react/jsx-runtime").JSX.Element | null;
34
33
  displayName: string;
35
34
  };
36
35
  export declare const ToggleTheme: {
@@ -41,25 +40,25 @@ export declare const ToggleTheme: {
41
40
  } | {
42
41
  allowSystemTheme?: false | undefined;
43
42
  onSelect?: ((theme: Theme) => void) | undefined;
44
- }): JSX.Element | null;
43
+ }): import("react/jsx-runtime").JSX.Element | null;
45
44
  displayName: string;
46
45
  };
47
46
  export declare const ChangeCanvasBackground: {
48
- (): JSX.Element | null;
47
+ (): import("react/jsx-runtime").JSX.Element | null;
49
48
  displayName: string;
50
49
  };
51
50
  export declare const Export: {
52
- (): JSX.Element;
51
+ (): import("react/jsx-runtime").JSX.Element;
53
52
  displayName: string;
54
53
  };
55
54
  export declare const Socials: {
56
- (): JSX.Element;
55
+ (): import("react/jsx-runtime").JSX.Element;
57
56
  displayName: string;
58
57
  };
59
58
  export declare const LiveCollaborationTrigger: {
60
59
  ({ onSelect, isCollaborating, }: {
61
60
  onSelect: () => void;
62
61
  isCollaborating: boolean;
63
- }): JSX.Element;
62
+ }): import("react/jsx-runtime").JSX.Element;
64
63
  displayName: string;
65
64
  };
@@ -15,12 +15,12 @@ declare const MainMenu: React.FC<{
15
15
  children: React.ReactNode;
16
16
  onToggle: () => void;
17
17
  title?: string | undefined;
18
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): JSX.Element;
18
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): import("react/jsx-runtime").JSX.Element;
19
19
  displayName: string;
20
20
  };
21
21
  Item: {
22
22
  ({ icon, value, order, children, shortcut, className, hovered, selected, textStyle, onSelect, onClick, ...rest }: {
23
- icon?: JSX.Element | undefined;
23
+ icon?: React.JSX.Element | undefined;
24
24
  value?: string | number | undefined;
25
25
  order?: number | undefined;
26
26
  onSelect?: ((event: Event) => void) | undefined;
@@ -30,7 +30,7 @@ declare const MainMenu: React.FC<{
30
30
  selected?: boolean | undefined;
31
31
  textStyle?: React.CSSProperties | undefined;
32
32
  className?: string | undefined;
33
- } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): JSX.Element;
33
+ } & Omit<React.ButtonHTMLAttributes<HTMLButtonElement>, "onSelect">): import("react/jsx-runtime").JSX.Element;
34
34
  displayName: string;
35
35
  Badge: {
36
36
  ({ type, children, }: {
@@ -40,39 +40,39 @@ declare const MainMenu: React.FC<{
40
40
  readonly BLUE: "blue";
41
41
  }> | undefined;
42
42
  children: React.ReactNode;
43
- }): JSX.Element;
43
+ }): import("react/jsx-runtime").JSX.Element;
44
44
  displayName: string;
45
45
  };
46
46
  };
47
47
  ItemLink: {
48
48
  ({ icon, shortcut, href, children, onSelect, className, selected, rel, ...rest }: {
49
49
  href: string;
50
- icon?: JSX.Element | undefined;
50
+ icon?: React.JSX.Element | undefined;
51
51
  children: React.ReactNode;
52
52
  shortcut?: string | undefined;
53
53
  className?: string | undefined;
54
54
  selected?: boolean | undefined;
55
55
  onSelect?: ((event: Event) => void) | undefined;
56
56
  rel?: string | undefined;
57
- } & React.AnchorHTMLAttributes<HTMLAnchorElement>): JSX.Element;
57
+ } & React.AnchorHTMLAttributes<HTMLAnchorElement>): import("react/jsx-runtime").JSX.Element;
58
58
  displayName: string;
59
59
  };
60
60
  ItemCustom: ({ children, className, selected, ...rest }: {
61
61
  children: React.ReactNode;
62
62
  className?: string | undefined;
63
63
  selected?: boolean | undefined;
64
- } & React.HTMLAttributes<HTMLDivElement>) => JSX.Element;
64
+ } & React.HTMLAttributes<HTMLDivElement>) => import("react/jsx-runtime").JSX.Element;
65
65
  Group: {
66
66
  ({ children, className, style, title, }: {
67
67
  children: React.ReactNode;
68
68
  className?: string | undefined;
69
69
  style?: React.CSSProperties | undefined;
70
70
  title?: string | undefined;
71
- }): JSX.Element;
71
+ }): import("react/jsx-runtime").JSX.Element;
72
72
  displayName: string;
73
73
  };
74
74
  Separator: {
75
- (): JSX.Element;
75
+ (): import("react/jsx-runtime").JSX.Element;
76
76
  displayName: string;
77
77
  };
78
78
  DefaultItems: typeof DefaultItems;
@@ -1,25 +1,25 @@
1
- /// <reference types="react" />
1
+ import type { JSX } from "react";
2
2
  declare const Center: {
3
3
  ({ children }: {
4
4
  children?: React.ReactNode;
5
- }): JSX.Element;
5
+ }): import("react/jsx-runtime").JSX.Element;
6
6
  displayName: string;
7
7
  Logo: {
8
8
  ({ children }: {
9
9
  children?: React.ReactNode;
10
- }): JSX.Element;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  Heading: {
14
14
  ({ children }: {
15
15
  children: React.ReactNode;
16
- }): JSX.Element;
16
+ }): import("react/jsx-runtime").JSX.Element;
17
17
  displayName: string;
18
18
  };
19
19
  Menu: {
20
20
  ({ children }: {
21
21
  children?: React.ReactNode;
22
- }): JSX.Element;
22
+ }): import("react/jsx-runtime").JSX.Element;
23
23
  displayName: string;
24
24
  };
25
25
  MenuItem: {
@@ -28,7 +28,7 @@ declare const Center: {
28
28
  children: React.ReactNode;
29
29
  icon?: JSX.Element | undefined;
30
30
  shortcut?: string | null | undefined;
31
- } & import("react").ButtonHTMLAttributes<HTMLButtonElement>): JSX.Element;
31
+ } & import("react").ButtonHTMLAttributes<HTMLButtonElement>): import("react/jsx-runtime").JSX.Element;
32
32
  displayName: string;
33
33
  };
34
34
  MenuItemLink: {
@@ -37,21 +37,21 @@ declare const Center: {
37
37
  href: string;
38
38
  icon?: JSX.Element | undefined;
39
39
  shortcut?: string | null | undefined;
40
- } & import("react").AnchorHTMLAttributes<HTMLAnchorElement>): JSX.Element;
40
+ } & import("react").AnchorHTMLAttributes<HTMLAnchorElement>): import("react/jsx-runtime").JSX.Element;
41
41
  displayName: string;
42
42
  };
43
43
  MenuItemHelp: {
44
- (): JSX.Element;
44
+ (): import("react/jsx-runtime").JSX.Element;
45
45
  displayName: string;
46
46
  };
47
47
  MenuItemLoadScene: {
48
- (): JSX.Element | null;
48
+ (): import("react/jsx-runtime").JSX.Element | null;
49
49
  displayName: string;
50
50
  };
51
51
  MenuItemLiveCollaborationTrigger: {
52
52
  ({ onSelect, }: {
53
53
  onSelect: () => any;
54
- }): JSX.Element;
54
+ }): import("react/jsx-runtime").JSX.Element;
55
55
  displayName: string;
56
56
  };
57
57
  };
@@ -1,20 +1,19 @@
1
- /// <reference types="react" />
2
1
  declare const MenuHint: {
3
2
  ({ children }: {
4
3
  children?: React.ReactNode;
5
- }): JSX.Element;
4
+ }): import("react/jsx-runtime").JSX.Element;
6
5
  displayName: string;
7
6
  };
8
7
  declare const ToolbarHint: {
9
8
  ({ children }: {
10
9
  children?: React.ReactNode;
11
- }): JSX.Element;
10
+ }): import("react/jsx-runtime").JSX.Element;
12
11
  displayName: string;
13
12
  };
14
13
  declare const HelpHint: {
15
14
  ({ children }: {
16
15
  children?: React.ReactNode;
17
- }): JSX.Element;
16
+ }): import("react/jsx-runtime").JSX.Element;
18
17
  displayName: string;
19
18
  };
20
19
  export { HelpHint, MenuHint, ToolbarHint };