UNPKG

@arolariu/components

Version:

🎨 70+ beautiful, accessible React components built on Radix UI. TypeScript-first, tree-shakeable, SSR-ready. Perfect for modern web apps, design systems & rapid prototyping. Zero config, maximum flexibility! ⚡

13 lines • 369 B
import React from "react"; interface ScratcherProps { children: React.ReactNode; width: number; height: number; minScratchPercentage?: number; className?: string; onComplete?: () => void; gradientColors?: [string, string, string]; } export declare const Scratcher: React.FC<ScratcherProps>; export {}; //# sourceMappingURL=scratcher.d.ts.map