UNPKG
@sunui-design/gradient
Version:
latest (0.0.54)
0.0.54
0.0.53
0.0.50
0.0.32
0.0.31
0.0.26
0.0.25
0.0.24
0.0.23
0.0.21
Beautiful gradient background effects for SunUI Design
@sunui-design/gradient
/
dist
/
GradientBackground.d.ts
4 lines
(3 loc)
•
154 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
import
{
GradientBackgroundProps
}
from
"./types"
;
export
declare
const
GradientBackground
:
React
.
FC
<
GradientBackgroundProps
>;