UNPKG

uiinfinity-components

Version:

Beautiful UI components with smooth animations and 3D effects

11 lines 378 B
import * as React from "react"; interface SparklesProps extends React.HTMLAttributes<HTMLDivElement> { color?: string; variance?: number; size?: number; density?: number; speed?: number; } declare const Sparkles: React.ForwardRefExoticComponent<SparklesProps & React.RefAttributes<HTMLDivElement>>; export { Sparkles }; //# sourceMappingURL=sparkles.d.ts.map