mirror of
https://github.com/penxio/penx.git
synced 2026-01-13 23:48:18 -05:00
15 lines
194 B
TypeScript
15 lines
194 B
TypeScript
export const defaultValue = {
|
|
type: 'doc',
|
|
content: [
|
|
{
|
|
type: 'paragraph',
|
|
content: [
|
|
{
|
|
type: 'text',
|
|
text: '',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
}
|