import type { LoadingDotsProps } from "$/types/Loading"; export default function PulsingDots({ width, height, className, animationDuration = 0.75, stroke, fill }: LoadingDotsProps){ //https://github.com/n3r4zzurr0/svg-spinners/blob/main/svg-smil/3-dots-scale-middle.svg return ( ); }