UNPKG

react-gradient-animation

Version:

A highly customizable, animated gradient background component for React applications.

5 lines (4 loc) 173 B
import { GradientBackgroundProps } from "./types"; import { FC } from "react"; declare const GradientBackground: FC<GradientBackgroundProps>; export { GradientBackground };