editextock
Version:
This is a Text Editor.
24 lines (22 loc) • 994 B
TypeScript
import { Content, Editor } from "@tiptap/react";
export declare const editorConfig: (content?: Content) => Editor;
/**
<p><strong>Qual seria o superpoder mais útil para um panda?</strong></p>
<p style="width: 20px; height:20px;">
<img src="https://cdn.pixabay.com/photo/2022/12/19/13/31/panda-7665674_640.jpg">
</p>
<ol>
<li>
<p style="text-align: start">Capacidade de voar e evitar obstáculos enquanto come bambu no topo das árvores.</p>
</li>
<li>
<p style="text-align: start">Invisibilidade para se esgueirar furtivamente em meio à floresta de bambu sem ser notado.</p>
</li>
<li>
<p style="text-align: start">Teletransporte para escapar rapidamente dos pandas irritantes que tentam roubar seu lanche.</p>
</li>
<li>
<p style="text-align: start">Ler mentes para entender por que os humanos estão tão obcecados com eles.</p>
</li>
</ol>
*/