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

7 lines (6 loc) 259 B
import * as React from 'react'; interface ResizeProps extends React.HTMLAttributes<HTMLDivElement> { isResizing?: boolean; } export declare const ResizeHandle: React.ForwardRefExoticComponent<ResizeProps & React.RefAttributes<HTMLDivElement>>; export {};