| import Editor from '@react-page/editor'; | |
| import React from 'react'; | |
| export default function ReadOnlyBareEmpty() { | |
| return <Editor cellPlugins={[]} value={null} lang="en" readOnly />; | |
| } | |
| import Editor from '@react-page/editor'; | |
| import React from 'react'; | |
| export default function ReadOnlyBareEmpty() { | |
| return <Editor cellPlugins={[]} value={null} lang="en" readOnly />; | |
| } | |