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) 205 B
import { Editor } from '@tiptap/react'; import * as React from "react"; interface LinkBubbleMenuProps { editor: Editor; } export declare const LinkBubbleMenu: React.FC<LinkBubbleMenuProps>; export {};