UNPKG

lightswind

Version:

A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.

11 lines 406 B
interface SpectrumLoaderProps { size?: number; strokeWidth?: number; duration?: number; colors?: string[]; glow?: boolean; className?: string; } export declare const SpectrumLoader: ({ size, strokeWidth, duration, colors, glow, className, }: SpectrumLoaderProps) => import("react/jsx-runtime").JSX.Element; export default SpectrumLoader; //# sourceMappingURL=SpectrumLoader.d.ts.map