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.

9 lines (8 loc) 262 B
interface AuroraProps { colorStops?: string[]; amplitude?: number; blend?: number; speed?: number; } export default function AuroraShader({ colorStops, amplitude, blend, speed, }: AuroraProps): import("react/jsx-runtime").JSX.Element; export {};