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**.

9 lines (8 loc) 255 B
import * as React from 'react'; interface LinkPopoverBlockProps { url: string; onClear: () => void; onEdit: (e: React.MouseEvent<HTMLButtonElement>) => void; } export declare const LinkPopoverBlock: React.FC<LinkPopoverBlockProps>; export {};