| 8 | import { cn } from "@/lib/utils"; |
| 9 | |
| 10 | export interface SparklesIconHandle { |
| 11 | startAnimation: () => void; |
| 12 | stopAnimation: () => void; |
| 13 | } |
| 14 | |
| 15 | interface SparklesIconProps extends HTMLAttributes<HTMLDivElement> { |
| 16 | size?: number; |
nothing calls this directly
no outgoing calls
no test coverage detected