UNPKG

react-svg-spinners

Version:

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

92 lines (46 loc) 5.15 kB
import { SVGProps } from 'react'; declare function BarsFade({ width, height, color, dur, }: SVGProps<SVGElement>): JSX.Element; declare function BarsRotateFade({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BarsScale({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BarsScaleFade({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BarsScaleMiddle({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BlocksScale({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BlocksShuffleThree({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BlocksShuffleTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BlocksWave({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function BouncingBall({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function Clock({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function DotRevolve({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function Eclipse({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function EclipseHalf({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function GooeyBallsOne({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function GooeyBallsTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function NinetyRing({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function NinetyRingWithBg({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function OneEightyRing({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function OneEightyRingWithBg({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function Pulse({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseMultiple({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseRing({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseRingsMultiple({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseRingsThree({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseRingsTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseThree({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function PulseTwo({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function SixDotsRotate({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function SixDotsScale({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function SixDotsScaleMiddle({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function Tadpole({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsBounce({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsFade({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsMoving({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsRotate({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsScale({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsScaleMiddle({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function ThreeDotsScaleRotate({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function TwoSeventyRing({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function TwoSeventyRingWithBg({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function Wifi({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function WifiFade({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; declare function WindToy({ width, height, dur, color, }: SVGProps<SVGElement>): JSX.Element; export { BarsFade, BarsRotateFade, BarsScale, BarsScaleFade, BarsScaleMiddle, BlocksScale, BlocksShuffleThree, BlocksShuffleTwo, BlocksWave, BouncingBall, Clock, DotRevolve, Eclipse, EclipseHalf, GooeyBallsOne as GoeeyBallsOne, GooeyBallsTwo as GoeeyBallsTwo, PulseRingsMultiple as Multiple, NinetyRing, NinetyRingWithBg, OneEightyRing, OneEightyRingWithBg, Pulse, PulseMultiple, PulseRing, PulseRingsThree, PulseRingsTwo, PulseThree, PulseTwo, SixDotsRotate, SixDotsScale, SixDotsScaleMiddle, Tadpole, ThreeDotsBounce, ThreeDotsFade, ThreeDotsScaleMiddle as ThreeDotsMiddle, ThreeDotsMoving, ThreeDotsRotate, ThreeDotsScale, ThreeDotsScaleRotate as TwelveDotsScaleRotate, TwoSeventyRing, TwoSeventyRingWithBg, Wifi, WifiFade, WindToy };