chore pkg and demo
This commit is contained in:
10
packages/core/src/ui/editor/default-content.tsx
Normal file
10
packages/core/src/ui/editor/default-content.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
export const defaultEditorContent = {
|
||||
type: "doc",
|
||||
content: [
|
||||
{
|
||||
type: "heading",
|
||||
attrs: { level: 2 },
|
||||
content: [{ type: "text", text: "What's New" }],
|
||||
},
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user