UNPKG

@guestbell/react-page-plugins

Version:

Plugins we use in GuestBell for working with amazing react-page package

9 lines (8 loc) 162 B
import { RGBColor } from '@react-page/editor'; export type Gradient = { opacity: number; deg: number; colors?: { color: RGBColor; }[]; };