forked from github/plane
8 lines
222 B
TypeScript
8 lines
222 B
TypeScript
import { EditorProps } from "@tiptap/pm/view";
|
|
|
|
export const TiptapEditorProps: EditorProps = {
|
|
attributes: {
|
|
class: `prose prose-brand max-w-full prose-headings:font-display font-default focus:outline-none`,
|
|
}
|
|
};
|