UNPKG

@sunui-design/gradient

Version:

Beautiful gradient background effects for SunUI Design

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