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.

7 lines 247 B
interface PlasmaGlobeProps { speed?: number; intensity?: number; } export default function PlasmaGlobe({ speed, intensity, }: PlasmaGlobeProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=plasma-globe.d.ts.map