feat: export BlogEditorRef type from BlogEditor
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
All checks were successful
CI - Build and Push / Build and Push Docker Image (push) Successful in 17s
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
export { default as BlogEditor } from './BlogEditor';
|
export { default as BlogEditor } from './BlogEditor';
|
||||||
|
export type { BlogEditorRef } from './BlogEditor';
|
||||||
export * from './types';
|
export * from './types';
|
||||||
export * from './api';
|
export * from './api';
|
||||||
|
|||||||
Reference in New Issue
Block a user