zs_library 0.7.3 → 0.7.6
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.
|
@@ -32,4 +32,4 @@ export type { MobileIconContainerProps as DockMobileItemProps } from './dock/doc
|
|
|
32
32
|
export { default as GeoMap } from './map-view';
|
|
33
33
|
export type { GeoMapProps } from './map-view';
|
|
34
34
|
export { default as SimpleEditor, SimpleEditorRender, useSimpleEditor, jsonToHtml, htmlToJson, EditorFormatConverter, } from './tiptap-editor/simple';
|
|
35
|
-
export type { SimpleEditorProps, SimpleEditorRenderProps, SimpleEditorFeatures, EditorOutputFormat, UseSimpleEditorProps, } from './tiptap-editor/simple';
|
|
35
|
+
export type { SimpleEditorProps, SimpleEditorRenderProps, SimpleEditorFeatures, EditorOutputFormat, UseSimpleEditorProps, JSONContent, } from './tiptap-editor/simple';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { Desktop, DesktopSortable, DesktopAppItem, DesktopGroupItem, DesktopBaseModal, DesktopBaseDrawer, DesktopSortableConfigProvider, DesktopSortableStateProvider, getDesktopDefaultConfig, desktopThemeLight, desktopThemeDark, SortableUtils, Dock, DockDesktop, DockDesktopItem, DockMobile, DockMobileItem, useDockDesktopMouseX, MdEditor, Markdown, GeoMap, SimpleEditor, SimpleEditorRender, useSimpleEditor, jsonToHtml, htmlToJson, EditorFormatConverter, } from './components';
|
|
2
|
-
export type { DesktopHandle, DesktopProps, DesktopAppItemProps, DesktopGroupItemProps, DesktopSortableProps, DesktopSortableConfigProviderProps, DesktopSortableStateProviderProps, DesktopBaseModalProps, DesktopBaseDrawerProps, DesktopSortItemBaseConfig, DesktopSortItemUserConfig, DesktopSortItemDefaultConfig, DesktopTypeConfigMap, DesktopSortItem, DesktopListItem, DesktopSortItemBaseData, DesktopTheme, DockDesktopItemProps, DockMobileItemProps, SimpleEditorProps, SimpleEditorRenderProps, SimpleEditorFeatures, EditorOutputFormat, UseSimpleEditorProps, } from './components';
|
|
2
|
+
export type { DesktopHandle, DesktopProps, DesktopAppItemProps, DesktopGroupItemProps, DesktopSortableProps, DesktopSortableConfigProviderProps, DesktopSortableStateProviderProps, DesktopBaseModalProps, DesktopBaseDrawerProps, DesktopSortItemBaseConfig, DesktopSortItemUserConfig, DesktopSortItemDefaultConfig, DesktopTypeConfigMap, DesktopSortItem, DesktopListItem, DesktopSortItemBaseData, DesktopTheme, DockDesktopItemProps, DockMobileItemProps, SimpleEditorProps, SimpleEditorRenderProps, SimpleEditorFeatures, EditorOutputFormat, UseSimpleEditorProps, JSONContent, } from './components';
|
|
3
3
|
import * as Components from "./components";
|
|
4
4
|
export default Components;
|