UNPKG

@ryohey/react-svg-spinners

Version:

> A collection of [SVG Spinners](https://github.com/n3r4zzurr0/svg-spinners) components for React.

3 lines (2 loc) 135 B
import { SVGProps } from "react"; export default function PulseTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element;