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

5 lines (4 loc) 248 B
import * as React from 'react'; type SpinnerProps = React.SVGProps<SVGSVGElement>; export declare const Spinner: React.MemoExoticComponent<React.ForwardRefExoticComponent<Omit<SpinnerProps, "ref"> & React.RefAttributes<SVGSVGElement>>>; export {};