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.
8 lines • 397 B
TypeScript
import React, { ReactNode } from "react";
interface AuroraBackgroundProps extends React.HTMLProps<HTMLDivElement> {
children: ReactNode;
showRadialGradient?: boolean;
}
export declare const AuroraBackground: ({ className, children, showRadialGradient, ...props }: AuroraBackgroundProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=aurora-background.d.ts.map