UNPKG

editcrafter

Version:

To use **EditCrafter** with Tailwind CSS, you need to set up Tailwind CSS in your project. Here's a step-by-step guide to help you integrate Tailwind CSS and customize your `tailwind.config.js` file for use with **EditCrafter**.

8 lines (7 loc) 209 B
import { Editor } from '@tiptap/core'; import { default as React } from 'react'; type SectionSixProps = { editor: Editor; }; declare const SectionSix: React.FC<SectionSixProps>; export default SectionSix;