@ctzhian/tiptap 1.11.2 → 1.11.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.
|
@@ -7,6 +7,6 @@ export interface UploadProgressAttributes {
|
|
|
7
7
|
tempId: string;
|
|
8
8
|
}
|
|
9
9
|
export declare const getFileIcon: (fileType: string) => React.JSX.Element;
|
|
10
|
-
export declare const getFileTypeText: (fileType: string) => "图片" | "
|
|
10
|
+
export declare const getFileTypeText: (fileType: string) => "图片" | "文件" | "音频" | "视频";
|
|
11
11
|
declare const UploadProgressView: React.FC<NodeViewProps>;
|
|
12
12
|
export default UploadProgressView;
|
package/dist/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from './component/Icons';
|
|
2
2
|
export { default as Editor } from './Editor';
|
|
3
3
|
export { default as EditorDiff } from './EditorDiff';
|
|
4
|
-
export { default as EditorMarkdown, MarkdownEditorRef } from './EditorMarkdown';
|
|
4
|
+
export { default as EditorMarkdown, type MarkdownEditorRef } from './EditorMarkdown';
|
|
5
5
|
export { default as EditorThemeProvider } from './EditorThemeProvider';
|
|
6
6
|
export { default as EditorToolbar } from './EditorToolbar';
|
|
7
7
|
export { default as useTiptap } from './hook';
|
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export * from "./component/Icons";
|
|
2
2
|
export { default as Editor } from "./Editor";
|
|
3
3
|
export { default as EditorDiff } from "./EditorDiff";
|
|
4
|
-
export { default as EditorMarkdown
|
|
4
|
+
export { default as EditorMarkdown } from "./EditorMarkdown";
|
|
5
5
|
export { default as EditorThemeProvider } from "./EditorThemeProvider";
|
|
6
6
|
export { default as EditorToolbar } from "./EditorToolbar";
|
|
7
7
|
export { default as useTiptap } from "./hook";
|