Files
penx/components/Post/default-value.ts
2024-08-05 10:06:02 +08:00

15 lines
194 B
TypeScript

export const defaultValue = {
type: 'doc',
content: [
{
type: 'paragraph',
content: [
{
type: 'text',
text: '',
},
],
},
],
}