UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

9 lines 376 B
export interface SparkleCursorProps { /** Distance in pixels between sparkles */ distance?: number; /** Whether to show a glow behind the cursor */ glow?: boolean; } export declare const SparkleCursor: ({ distance, glow }: SparkleCursorProps) => import("react/jsx-runtime").JSX.Element; export default SparkleCursor; //# sourceMappingURL=SparkleCursor.d.ts.map