feat: export BlogEditorRef type from BlogEditor
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s

This commit is contained in:
2025-10-25 21:56:29 +08:00
parent 1071c784f8
commit 031c2b25e2
+1
View File
@@ -3,5 +3,6 @@
*/
export { default as BlogEditor } from './BlogEditor';
export type { BlogEditorRef } from './BlogEditor';
export * from './types';
export * from './api';