UNPKG

react-linear-gradient-picker

Version:
6 lines (5 loc) 417 B
import AnglePicker from './components/AnglePicker'; import GradientPicker from './components/GradientPicker'; import GradientPickerPopover, { GRADIENT_TYPES } from './components/GradientPickerPopover'; import { getGradientPreview, asBackground, angleToGradientCords } from './lib'; export { GradientPicker, GradientPickerPopover, AnglePicker, getGradientPreview, GRADIENT_TYPES, asBackground, angleToGradientCords };