mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 12:55:00 +00:00
refactor: use storybook v7 (#951)
This commit is contained in:
6
packages/component/src/components/BlockSuiteEditor.tsx
Normal file
6
packages/component/src/components/BlockSuiteEditor.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Editor, EditorProps } from '@blocksuite/react/editor';
|
||||
|
||||
export type BlockSuiteEditorProps = EditorProps;
|
||||
export const BlockSuiteEditor = (props: BlockSuiteEditorProps) => {
|
||||
return <Editor {...props} />;
|
||||
};
|
||||
Reference in New Issue
Block a user